diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-23 11:33:31 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-23 11:33:31 +0000 |
commit | 7cc2306955d3fa06a34ff338735b879b3bde8b94 (patch) | |
tree | 551948c93ec70f82e66067fbe28f0e215a398770 /dev-ruby/json | |
parent | Remove old version. (diff) | |
download | gentoo-2-7cc2306955d3fa06a34ff338735b879b3bde8b94.tar.gz gentoo-2-7cc2306955d3fa06a34ff338735b879b3bde8b94.tar.bz2 gentoo-2-7cc2306955d3fa06a34ff338735b879b3bde8b94.zip |
ppc64 stable wrt #343473
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby/json')
-rw-r--r-- | dev-ruby/json/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/json/json-1.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index bc70b1a05f9c..c118d98ef3ec 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.55 2011/01/23 09:00:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.56 2011/01/23 11:33:31 xarthisius Exp $ + + 23 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> json-1.4.6.ebuild: + ppc64 stable wrt #343473 *json-1.5.0 (23 Jan 2011) diff --git a/dev-ruby/json/json-1.4.6.ebuild b/dev-ruby/json/json-1.4.6.ebuild index f821bfc24779..c250968e94e2 100644 --- a/dev-ruby/json/json-1.4.6.ebuild +++ b/dev-ruby/json/json-1.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.4.6.ebuild,v 1.8 2011/01/23 09:00:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.4.6.ebuild,v 1.9 2011/01/23 11:33:31 xarthisius Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -16,7 +16,7 @@ HOMEPAGE="http://json.rubyforge.org/" LICENSE="|| ( Ruby GPL-2 )" SRC_URI="mirror://rubygems/${P}.gem" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" SLOT="0" IUSE="" |