Сравнение ruby-ldap-0.9.20-r4 с ruby-ldap-0.9.20-r5
/usr/portage/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild 2023-10-09 14:52:30.460368375 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
USE_RUBY="ruby26 ruby27 ruby30 ruby31" |
|
5 |
USE_RUBY="ruby31 ruby32" |
|
6 | 6 | |
7 | 7 |
inherit ruby-fakegem |
8 | 8 | |
... | ... | |
27 | 27 | |
28 | 28 |
PATCHES=( |
29 | 29 |
"${FILESDIR}"/${PN}-0.9.20-clang16-fix.patch |
30 |
"${FILESDIR}"/${PN}-0.9.20-ruby32.patch |
|
31 |
"${FILESDIR}"/${PN}-0.9.20-tainted.patch |
|
30 | 32 |
) |
31 | 33 | |
32 | 34 |
each_ruby_configure() { |