diff options
Diffstat (limited to 'dev-ruby/json/json-1.5.4.ebuild')
-rw-r--r-- | dev-ruby/json/json-1.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/json/json-1.5.4.ebuild b/dev-ruby/json/json-1.5.4.ebuild index cfd9b8e0f388..a8be4cbe52f8 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.3 2012/01/15 10:22:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.5.4.ebuild,v 1.4 2012/01/16 10:52:43 ago 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="" |