diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-04-16 08:32:49 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-04-16 08:32:49 +0200 |
commit | b622e75b20a97e90e7789db83ae9e0abc5f3f3f9 (patch) | |
tree | 8b0d36de6ceea7ee41fb5ad27205a1bb7ba4d693 /dev-ruby/nio4r | |
parent | dev-ruby/rspec-support: fix tests, bug 598862 (diff) | |
download | gentoo-b622e75b20a97e90e7789db83ae9e0abc5f3f3f9.tar.gz gentoo-b622e75b20a97e90e7789db83ae9e0abc5f3f3f9.tar.bz2 gentoo-b622e75b20a97e90e7789db83ae9e0abc5f3f3f9.zip |
dev-ruby/nio4r: drop ruby21, fixing bug 615074
Even though all tests pass the gemspec claims nio4r is not
compatible.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/nio4r')
-rw-r--r-- | dev-ruby/nio4r/nio4r-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/nio4r/nio4r-2.0.0.ebuild b/dev-ruby/nio4r/nio4r-2.0.0.ebuild index cc7c2be8e682..baab5d7a4789 100644 --- a/dev-ruby/nio4r/nio4r-2.0.0.ebuild +++ b/dev-ruby/nio4r/nio4r-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" +USE_RUBY="ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |