diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-27 16:17:47 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-27 16:17:47 +0000 |
commit | 49e2bf9b6e2c40643fbfb9404d9e2caead70d47b (patch) | |
tree | ca9e83f32e8105d3c24056ad3f948323d7e3f644 | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-49e2bf9b6e2c40643fbfb9404d9e2caead70d47b.tar.gz gentoo-2-49e2bf9b6e2c40643fbfb9404d9e2caead70d47b.tar.bz2 gentoo-2-49e2bf9b6e2c40643fbfb9404d9e2caead70d47b.zip |
Marking JSON-2.27 ppc for bug 346403
(Portage version: 2.1.9.25/cvs/Linux ppc64)
-rw-r--r-- | dev-perl/JSON/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.27.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index c216f5d8bd22..ea4fb31e1084 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.28 2011/01/27 02:37:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.29 2011/01/27 16:17:47 ranger Exp $ + + 27 Jan 2011; Brent Baude <ranger@gentoo.org> JSON-2.27.ebuild: + Marking JSON-2.27 ppc stable for bug 346403 *JSON-2.50 (27 Jan 2011) diff --git a/dev-perl/JSON/JSON-2.27.ebuild b/dev-perl/JSON/JSON-2.27.ebuild index 7034f0426657..047768761c23 100644 --- a/dev-perl/JSON/JSON-2.27.ebuild +++ b/dev-perl/JSON/JSON-2.27.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.4 2010/12/05 16:51:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.27.ebuild,v 1.5 2011/01/27 16:17:47 ranger 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" |