summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-05-09 08:12:54 +0200
committerHans de Graaff <graaff@gentoo.org>2021-05-10 06:33:50 +0200
commit95d879e98cafa88e955f798fd153bf4b831733e5 (patch)
tree3b4ce2716d14a504a5d740e130f4ee51c226fd55 /dev-ruby
parentwww-servers/puma: add 5.3.0 (diff)
downloadgentoo-95d879e98cafa88e955f798fd153bf4b831733e5.tar.gz
gentoo-95d879e98cafa88e955f798fd153bf4b831733e5.tar.bz2
gentoo-95d879e98cafa88e955f798fd153bf4b831733e5.zip
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>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/nio4r/nio4r-2.5.7.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-ruby/nio4r/nio4r-2.5.7.ebuild b/dev-ruby/nio4r/nio4r-2.5.7.ebuild
index 658632327942..d53ece5e8831 100644
--- a/dev-ruby/nio4r/nio4r-2.5.7.ebuild
+++ b/dev-ruby/nio4r/nio4r-2.5.7.ebuild
@@ -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