diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 19:33:40 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 19:33:40 +0100 |
commit | daa159b51a03f6f65d1287e6c7bbc915a5909306 (patch) | |
tree | 91598e33eb22869d5408501f9c44ebc2d5952171 /dev-ruby/RubyInline | |
parent | dev-ruby/RubyInline: Remove old (diff) | |
download | gentoo-daa159b51a03f6f65d1287e6c7bbc915a5909306.tar.gz gentoo-daa159b51a03f6f65d1287e6c7bbc915a5909306.tar.bz2 gentoo-daa159b51a03f6f65d1287e6c7bbc915a5909306.zip |
dev-ruby/RubyInline: Remove ruby19
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/RubyInline')
-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" |