diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-06 16:48:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-06 16:48:30 +0000 |
commit | 1551dd231af734952fb634d256f6a1766e6544c3 (patch) | |
tree | e60232c30c004eba7938371f7227f9d4737cb460 /dev-ruby/json | |
parent | Stable for HPPA (bug #411507). (diff) | |
download | gentoo-2-1551dd231af734952fb634d256f6a1766e6544c3.tar.gz gentoo-2-1551dd231af734952fb634d256f6a1766e6544c3.tar.bz2 gentoo-2-1551dd231af734952fb634d256f6a1766e6544c3.zip |
Stable for HPPA (bug #411507).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby/json')
-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 4058e9b62e13..d09893cd3e49 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.99 2012/10/27 17:59:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.100 2012/11/06 16:48:30 jer Exp $ + + 06 Nov 2012; Jeroen Roovers <jer@gentoo.org> json-1.6.7.ebuild: + Stable for HPPA (bug #411507). 27 Oct 2012; Raúl Porcel <armin76@gentoo.org> json-1.6.7.ebuild: s390/sh stable wrt #411507 diff --git a/dev-ruby/json/json-1.6.7.ebuild b/dev-ruby/json/json-1.6.7.ebuild index 156c12c2207d..b87625a03257 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.7 2012/10/27 17:59:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.6.7.ebuild,v 1.8 2012/11/06 16:48:30 jer 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="" |