diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:25:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:25:47 +0000 |
commit | c77a093bfe57a0e4542a572ee76411e94e5f5ef0 (patch) | |
tree | 6f0d153f8b5f67875bfe15b13a5c857e361e3107 /dev-ruby/json | |
parent | Stable for ppc, wrt bug #483254 (diff) | |
download | gentoo-2-c77a093bfe57a0e4542a572ee76411e94e5f5ef0.tar.gz gentoo-2-c77a093bfe57a0e4542a572ee76411e94e5f5ef0.tar.bz2 gentoo-2-c77a093bfe57a0e4542a572ee76411e94e5f5ef0.zip |
Stable for ppc, wrt bug #483254
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index 0dd768d973d6..5e333a1304b2 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.135 2013/10/19 05:44:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.136 2013/12/15 17:25:47 ago Exp $ + + 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> json-1.8.0.ebuild: + Stable for ppc, wrt bug #483254 *json-1.8.1 (19 Oct 2013) diff --git a/dev-ruby/json/json-1.8.0.ebuild b/dev-ruby/json/json-1.8.0.ebuild index 1efc4fe3c5e6..3b7364af9059 100644 --- a/dev-ruby/json/json-1.8.0.ebuild +++ b/dev-ruby/json/json-1.8.0.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.8.0.ebuild,v 1.5 2013/09/05 15:47:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.0.ebuild,v 1.6 2013/12/15 17:25:47 ago Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 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="" |