diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-19 15:13:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-19 15:13:31 +0000 |
commit | d0e736846fadbbfcc7b2ff2aec24a6af9adb7693 (patch) | |
tree | 64b39171a79cd8bcace031e60a11b3efa1f06005 /dev-perl/JSON | |
parent | Stable for alpha, wrt bug #500988 (diff) | |
download | gentoo-2-d0e736846fadbbfcc7b2ff2aec24a6af9adb7693.tar.gz gentoo-2-d0e736846fadbbfcc7b2ff2aec24a6af9adb7693.tar.bz2 gentoo-2-d0e736846fadbbfcc7b2ff2aec24a6af9adb7693.zip |
Stable for alpha, wrt bug #492180
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.590.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 569d0883cc2a..b2329c1c1695 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.58 2014/03/14 10:10:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.59 2014/03/19 15:13:31 ago Exp $ + + 19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> JSON-2.590.0.ebuild: + Stable for alpha, wrt bug #492180 14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> JSON-2.590.0.ebuild: Stable for ppc64, wrt bug #492180 diff --git a/dev-perl/JSON/JSON-2.590.0.ebuild b/dev-perl/JSON/JSON-2.590.0.ebuild index 7f3ac2a91757..4854c2c2c09f 100644 --- a/dev-perl/JSON/JSON-2.590.0.ebuild +++ b/dev-perl/JSON/JSON-2.590.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild,v 1.8 2014/03/14 10:10:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild,v 1.9 2014/03/19 15:13:31 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" SRC_TEST="do" |