diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-06 19:44:44 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-06 19:44:44 +0000 |
commit | 5a2741bd027ce899fc45fa145989345811e07977 (patch) | |
tree | 47612edae8e121c31b7a50b577ae374dbecacd81 /dev-ruby/json | |
parent | Marking sqlite3-ruby-1.3.3 ppc for bug 397979 (diff) | |
download | gentoo-2-5a2741bd027ce899fc45fa145989345811e07977.tar.gz gentoo-2-5a2741bd027ce899fc45fa145989345811e07977.tar.bz2 gentoo-2-5a2741bd027ce899fc45fa145989345811e07977.zip |
Marking json-1.5.4 ppc for bug 398947
(Portage version: 2.1.10.11/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.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index dc32ad278aab..eb003a934ccf 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.79 2012/01/28 14:55:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.80 2012/02/06 19:44:44 ranger Exp $ + + 06 Feb 2012; Brent Baude <ranger@gentoo.org> json-1.5.4.ebuild: + Marking json-1.5.4 ppc for bug 398947 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> json-1.5.4.ebuild: x86 stable wrt bug #398947 diff --git a/dev-ruby/json/json-1.5.4.ebuild b/dev-ruby/json/json-1.5.4.ebuild index f9f93c1020b0..b3d0c3b8aa5b 100644 --- a/dev-ruby/json/json-1.5.4.ebuild +++ b/dev-ruby/json/json-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.5.4.ebuild,v 1.6 2012/01/28 14:55:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.5.4.ebuild,v 1.7 2012/02/06 19:44:44 ranger Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -15,7 +15,7 @@ DESCRIPTION="A JSON implementation as a Ruby extension." HOMEPAGE="http://json.rubyforge.org/" LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |