diff options
-rw-r--r-- | dev-ruby/rbpdf/rbpdf-1.19.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/rbpdf/rbpdf-1.19.0.ebuild b/dev-ruby/rbpdf/rbpdf-1.19.0.ebuild index ab943ae33ac0..7c6ab0576411 100644 --- a/dev-ruby/rbpdf/rbpdf-1.19.0.ebuild +++ b/dev-ruby/rbpdf/rbpdf-1.19.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -# ruby22 support waiting on dev-ruby/action{pack,view}. -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" # Avoid the complexity of the "rake" recipe and run the tests manually. RUBY_FAKEGEM_RECIPE_TEST=none |