diff options
author | 2012-02-02 19:43:02 +0000 | |
---|---|---|
committer | 2012-02-02 19:43:02 +0000 | |
commit | 6ca52ff996127b0618646d89adf3db4bd2ee0c9f (patch) | |
tree | 6a9050bc4d0a1cb89d30c719c2343654fea3ac25 /dev-perl/JSON | |
parent | Marking perl-Parse-CPAN-Meta-1.440.100-r2 ppc for bug 393397 (diff) | |
download | gentoo-2-6ca52ff996127b0618646d89adf3db4bd2ee0c9f.tar.gz gentoo-2-6ca52ff996127b0618646d89adf3db4bd2ee0c9f.tar.bz2 gentoo-2-6ca52ff996127b0618646d89adf3db4bd2ee0c9f.zip |
Marking JSON-2.530.0 ppc for bug 393397
(Portage version: 2.1.10.11/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.530.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index da7d1b982119..3ecade42563f 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.39 2012/01/15 18:11:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.40 2012/02/02 19:43:02 ranger Exp $ + + 02 Feb 2012; Brent Baude <ranger@gentoo.org> JSON-2.530.0.ebuild: + Marking JSON-2.530.0 ppc stable for bug 393397 15 Jan 2012; Raúl Porcel <armin76@gentoo.org> JSON-2.530.0.ebuild: alpha/ia64/sparc stable wrt #393397 diff --git a/dev-perl/JSON/JSON-2.530.0.ebuild b/dev-perl/JSON/JSON-2.530.0.ebuild index 28800024033f..94e68c93b399 100644 --- a/dev-perl/JSON/JSON-2.530.0.ebuild +++ b/dev-perl/JSON/JSON-2.530.0.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-perl/JSON/JSON-2.530.0.ebuild,v 1.5 2012/01/15 18:11:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild,v 1.6 2012/02/02 19:43:02 ranger Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-solaris" IUSE="" SRC_TEST="do" |