diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-07-14 17:30:29 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-07-14 17:30:29 +0000 |
commit | 232de4742d928c2c3286a55ae0a4e05a9ea58895 (patch) | |
tree | ff9bddd48e709c607ff063c5df1d470b486d8ea0 /dev-ruby/uconv | |
parent | Old version cleanup (diff) | |
download | historical-232de4742d928c2c3286a55ae0a4e05a9ea58895.tar.gz historical-232de4742d928c2c3286a55ae0a4e05a9ea58895.tar.bz2 historical-232de4742d928c2c3286a55ae0a4e05a9ea58895.zip |
Remove ruby19 keyword.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/uconv')
-rw-r--r-- | dev-ruby/uconv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/uconv/uconv-0.4.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/uconv/ChangeLog b/dev-ruby/uconv/ChangeLog index 623266d1f718..79d3d920cfd6 100644 --- a/dev-ruby/uconv/ChangeLog +++ b/dev-ruby/uconv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/uconv # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.12 2009/06/13 08:11:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.13 2009/07/14 17:30:29 graaff Exp $ + + 14 Jul 2009; Hans de Graaff <graaff@gentoo.org> uconv-0.4.12.ebuild: + Remove ruby19 keyword: not compatible. See bug 276649, thanks to Kevin + Fullerton for reporting. 13 Jun 2009; Hans de Graaff <graaff@gentoo.org> uconv-0.4.12.ebuild: Fix quoting. ruby16 is no longer supported. diff --git a/dev-ruby/uconv/uconv-0.4.12.ebuild b/dev-ruby/uconv/uconv-0.4.12.ebuild index f1f8e205dc9a..ef5f84cc93d9 100644 --- a/dev-ruby/uconv/uconv-0.4.12.ebuild +++ b/dev-ruby/uconv/uconv-0.4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.4.12.ebuild,v 1.11 2009/06/13 08:11:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.4.12.ebuild,v 1.12 2009/07/14 17:30:29 graaff Exp $ inherit ruby @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ia64 ppc ppc64 x86" IUSE="" DEPEND="virtual/ruby" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18" S=${WORKDIR}/${PN} src_compile() { |