diff options
-rw-r--r-- | dev-ruby/RubyInline/RubyInline-3.12.3.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/RubyInline/RubyInline-3.12.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild index 1faa922b090f..2edf86f3269d 100644 --- a/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild +++ b/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild @@ -1,10 +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 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" diff --git a/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild index fefe01b69ea8..d04472047c7b 100644 --- a/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild +++ b/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild @@ -1,11 +1,11 @@ -# 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 -> Code uses obsolete Config module. -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" |