diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 02:04:14 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 02:04:14 +0000 |
commit | b9f34e6134751e528450ae2f6a57153a2a7f30f0 (patch) | |
tree | ac1974c3b24b313dde7b6b7fb1e5f43319786fa7 /dev-perl/JSON | |
parent | x86 stable wrt bug #495480 (diff) | |
download | gentoo-2-b9f34e6134751e528450ae2f6a57153a2a7f30f0.tar.gz gentoo-2-b9f34e6134751e528450ae2f6a57153a2a7f30f0.tar.bz2 gentoo-2-b9f34e6134751e528450ae2f6a57153a2a7f30f0.zip |
x86 stable wrt bug #492180
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
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 dbf7f44ff143..21ce680b4332 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.54 2014/02/16 21:30:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.55 2014/02/24 02:04:14 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> JSON-2.590.0.ebuild: + x86 stable wrt bug #492180 16 Feb 2014; Markus Meier <maekke@gentoo.org> JSON-2.590.0.ebuild: arm stable, bug #492180 diff --git a/dev-perl/JSON/JSON-2.590.0.ebuild b/dev-perl/JSON/JSON-2.590.0.ebuild index 86f556994da3..5ca04e83c611 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.4 2014/02/16 21:30:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild,v 1.5 2014/02/24 02:04:14 phajdan.jr 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" |