diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-29 00:01:55 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-29 00:01:55 +0200 |
commit | 180e4f2c06f7693018d3a94f7860a4aea61959a3 (patch) | |
tree | 03ca0970272319e4ba191ca28c0134b1a2ff1d9e /dev-ruby/ruby-inifile | |
parent | dev-ruby/snmplib: Remove ruby19 (diff) | |
download | gentoo-180e4f2c06f7693018d3a94f7860a4aea61959a3.tar.gz gentoo-180e4f2c06f7693018d3a94f7860a4aea61959a3.tar.bz2 gentoo-180e4f2c06f7693018d3a94f7860a4aea61959a3.zip |
dev-ruby/ruby-inifile: Remove ruby19
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/ruby-inifile')
-rw-r--r-- | dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild index 196d30e39ccf..1a6cf7d33048 100644 --- a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild +++ b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.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 # ruby22 -> Incompatible code -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" inherit ruby-ng |