diff options
author | Alex Legler <a3li@gentoo.org> | 2009-08-22 22:31:06 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-08-22 22:31:06 +0000 |
commit | d612a9e4560612a459cc6de02b00c933f5923235 (patch) | |
tree | abffa25a63659dae531dfe05cd6254fad535e063 | |
parent | Version bump (diff) | |
download | gentoo-2-d612a9e4560612a459cc6de02b00c933f5923235.tar.gz gentoo-2-d612a9e4560612a459cc6de02b00c933f5923235.tar.bz2 gentoo-2-d612a9e4560612a459cc6de02b00c933f5923235.zip |
Remove ruby16 from USE_RUBY
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/ruby-inifile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/ruby-inifile/ChangeLog b/dev-ruby/ruby-inifile/ChangeLog index 363ce8007aa8..0f5264622e5d 100644 --- a/dev-ruby/ruby-inifile/ChangeLog +++ b/dev-ruby/ruby-inifile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-inifile -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.1 2006/10/06 04:36:44 pclouds Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.2 2009/08/22 22:31:06 a3li Exp $ + + 22 Aug 2009; Alex Legler <a3li@gentoo.org> ruby-inifile-2.0.0.ebuild: + Remove ruby16 from USE_RUBY *ruby-inifile-2.0.0 (06 Oct 2006) diff --git a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild index ef30968a68fc..e55355a01b76 100644 --- a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild +++ b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild,v 1.1 2006/10/06 04:36:44 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild,v 1.2 2009/08/22 22:31:06 a3li Exp $ inherit ruby @@ -10,7 +10,7 @@ SRC_URI="http://gregoire.lejeune.free.fr/${PN}_${PV}.tar.gz" SLOT="0" IUSE="" -USE_RUBY="ruby16 ruby18" +USE_RUBY="ruby18" LICENSE="Ruby" KEYWORDS="~x86 ~amd64" S=${WORKDIR}/${PN} |