diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-12 17:30:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-12 17:30:18 +0000 |
commit | fcce62acc9d0b6f6b16d7cb6b0ca5d9a98d01b89 (patch) | |
tree | 8d5618a656b701cf8abb7d901b08cfe394bfccea /dev-ruby/json | |
parent | Stable for ia64, wrt bug #464366 (diff) | |
download | gentoo-2-fcce62acc9d0b6f6b16d7cb6b0ca5d9a98d01b89.tar.gz gentoo-2-fcce62acc9d0b6f6b16d7cb6b0ca5d9a98d01b89.tar.bz2 gentoo-2-fcce62acc9d0b6f6b16d7cb6b0ca5d9a98d01b89.zip |
Stable for ia64, wrt bug #464366
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/json')
-rw-r--r-- | dev-ruby/json/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/json/json-1.7.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index 30d8f62e85b3..9edb020d94df 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.123 2013/04/12 08:59:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.124 2013/04/12 17:30:18 ago Exp $ + + 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> json-1.7.7.ebuild: + Stable for ia64, wrt bug #464366 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> json-1.7.7.ebuild: Stable for alpha, wrt bug #464366 diff --git a/dev-ruby/json/json-1.7.7.ebuild b/dev-ruby/json/json-1.7.7.ebuild index a210bfb0e974..b72cc91d3e93 100644 --- a/dev-ruby/json/json-1.7.7.ebuild +++ b/dev-ruby/json/json-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.7.7.ebuild,v 1.8 2013/04/12 08:59:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.7.7.ebuild,v 1.9 2013/04/12 17:30:18 ago Exp $ EAPI=5 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 ~amd64-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |