diff options
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.9.2-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/rake-compiler/rake-compiler-0.9.2-r1.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.9.2-r1.ebuild index 4efc1285f723..e820db614139 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.9.2-r1.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.9.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="none" @@ -52,6 +52,8 @@ each_ruby_test() { ;; *ruby21) ;; + *ruby22) + ;; *) ruby-ng_rspec ;; |