dev-ruby/nio4r: add ruby30; drop unused test dep

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2021-05-09 08:12:54 +02:00
parent 72405c639f
commit 95d879e98c

View File

@@ -3,7 +3,7 @@
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27"
USE_RUBY="ruby25 ruby26 ruby27 ruby30"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -25,8 +25,6 @@ IUSE=""
# Note that nio4r bundles a patched copy of libev, and without these
# patches the tests fail: https://github.com/celluloid/nio4r/issues/15
ruby_add_bdepend "test? ( dev-ruby/rspec-retry )"
all_ruby_prepare() {
sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' -e '1irequire "openssl"' spec/spec_helper.rb || die
sed -e '/extension/ s:^:#:' -i Rakefile || die