diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-27 19:08:41 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-27 19:08:41 +0000 |
commit | 1fa834666549af91962c0418d0b74f93027e17f3 (patch) | |
tree | 654c00501ddabe6709df3cdad1b319a9cf98750b /dev-perl/JSON | |
parent | ppc64 stable wrt #346403 (diff) | |
download | gentoo-2-1fa834666549af91962c0418d0b74f93027e17f3.tar.gz gentoo-2-1fa834666549af91962c0418d0b74f93027e17f3.tar.bz2 gentoo-2-1fa834666549af91962c0418d0b74f93027e17f3.zip |
ppc64 stable wrt #346403
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index ea4fb31e1084..55fd5a25cb5c 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.29 2011/01/27 16:17:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.30 2011/01/27 19:08:41 xarthisius Exp $ + + 27 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> JSON-2.27.ebuild: + ppc64 stable wrt #346403 27 Jan 2011; Brent Baude <ranger@gentoo.org> JSON-2.27.ebuild: Marking JSON-2.27 ppc stable for bug 346403 diff --git a/dev-perl/JSON/JSON-2.27.ebuild b/dev-perl/JSON/JSON-2.27.ebuild index 047768761c23..8b37d8971b0d 100644 --- a/dev-perl/JSON/JSON-2.27.ebuild +++ b/dev-perl/JSON/JSON-2.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.27.ebuild,v 1.5 2011/01/27 16:17:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.27.ebuild,v 1.6 2011/01/27 19:08:41 xarthisius Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |