diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-31 06:52:32 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-31 06:52:32 +0000 |
commit | 7120b39a17fbbd0011fe63fed07c510d78ab814d (patch) | |
tree | 0c278d49cc0f012918954ee04eed4f633af70a18 | |
parent | marked x86 per bug 428648 (diff) | |
download | gentoo-2-7120b39a17fbbd0011fe63fed07c510d78ab814d.tar.gz gentoo-2-7120b39a17fbbd0011fe63fed07c510d78ab814d.tar.bz2 gentoo-2-7120b39a17fbbd0011fe63fed07c510d78ab814d.zip |
marked x86 per bug 428756
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
-rw-r--r-- | dev-ruby/json/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/json/json-1.6.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index 0e602c5bd534..a4e49ceb1c98 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.92 2012/07/31 05:48:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.93 2012/07/31 06:52:32 jdhore Exp $ + + 31 Jul 2012; Jeff Horelick <jdhore@gentoo.org> json-1.6.7.ebuild: + marked x86 per bug 428756 *json-1.7.4 (31 Jul 2012) diff --git a/dev-ruby/json/json-1.6.7.ebuild b/dev-ruby/json/json-1.6.7.ebuild index ce070e5ab87c..6aca87857887 100644 --- a/dev-ruby/json/json-1.6.7.ebuild +++ b/dev-ruby/json/json-1.6.7.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.6.7.ebuild,v 1.1 2012/05/13 06:04:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.6.7.ebuild,v 1.2 2012/07/31 06:52:32 jdhore Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -17,7 +17,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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |