Сравнение ruby-3.1.4-r3 с ruby-3.1.4-r4
/usr/portage/dev-lang/ruby/ruby-3.1.4-r4.ebuild 2023-10-09 14:52:29.476368350 +0300 | ||
---|---|---|
17 | 17 |
SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz" |
18 | 18 | |
19 | 19 |
LICENSE="|| ( Ruby-BSD BSD-2 )" |
20 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
21 |
IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit +rdoc socks5 +ssl static-libs systemtap tk valgrind xemacs" |
|
20 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
21 |
IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit socks5 +ssl static-libs systemtap tk valgrind xemacs" |
|
22 | 22 | |
23 | 23 |
RDEPEND=" |
24 | 24 |
berkdb? ( sys-libs/db:= ) |
... | ... | |
64 | 64 |
>=dev-ruby/bundler-2.3.3[ruby_targets_ruby31(-)] |
65 | 65 |
>=dev-ruby/did_you_mean-1.6.1[ruby_targets_ruby31(-)] |
66 | 66 |
>=dev-ruby/json-2.6.1[ruby_targets_ruby31(-)] |
67 |
rdoc? ( >=dev-ruby/rdoc-6.3.3[ruby_targets_ruby31(-)] ) |
|
67 |
>=dev-ruby/rdoc-6.3.3[ruby_targets_ruby31(-)] |
|
68 | 68 |
xemacs? ( app-xemacs/ruby-modes ) |
69 | 69 |
" |
70 | 70 | |
... | ... | |
89 | 89 |
einfo "Removing bundled libraries..." |
90 | 90 |
rm -fr ext/fiddle/libffi-3.2.1 || die |
91 | 91 | |
92 |
# Remove webrick tests because setting LD_LIBRARY_PATH does not work for them. |
|
93 |
rm -rf tool/test/webrick || die |
|
94 | ||
92 | 95 |
# Remove tests that are known to fail or require a network connection |
93 | 96 |
rm -f test/ruby/test_process.rb test/rubygems/test_gem{,_path_support}.rb || die |
94 | 97 |
rm -f test/rinda/test_rinda.rb test/socket/test_tcp.rb test/fiber/test_address_resolve.rb test/resolv/test_addr.rb \ |