diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-06-25 07:19:06 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-06-25 07:19:06 +0000 |
commit | d3ce0dcad44338401cdf578aa9daff8e7c8cdb81 (patch) | |
tree | cdcd9aa929b2eb340495188b6905019833ddeaea /dev-ruby/json | |
parent | marked x86 per bug 422857 (diff) | |
download | gentoo-2-d3ce0dcad44338401cdf578aa9daff8e7c8cdb81.tar.gz gentoo-2-d3ce0dcad44338401cdf578aa9daff8e7c8cdb81.tar.bz2 gentoo-2-d3ce0dcad44338401cdf578aa9daff8e7c8cdb81.zip |
x86 stable, see bug 411507
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/json')
-rw-r--r-- | dev-ruby/json/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/json/json-1.5.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index d372a6f34216..7560f1bc7cb8 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.87 2012/05/27 13:54:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.88 2012/06/25 07:19:06 nativemad Exp $ + + 25 Jun 2012; Andreas Schuerch <nativemad@gentoo.org> json-1.5.4-r1.ebuild: + x86 stable, see bug 411507 27 May 2012; Markus Meier <maekke@gentoo.org> json-1.5.4-r1.ebuild: arm stable, bug #411507 diff --git a/dev-ruby/json/json-1.5.4-r1.ebuild b/dev-ruby/json/json-1.5.4-r1.ebuild index 139012919691..be0a63912e54 100644 --- a/dev-ruby/json/json-1.5.4-r1.ebuild +++ b/dev-ruby/json/json-1.5.4-r1.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-r1.ebuild,v 1.3 2012/05/27 13:54:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.5.4-r1.ebuild,v 1.4 2012/06/25 07:19:06 nativemad Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby ruby19" @@ -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="" |