summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-12-31 18:33:41 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-12-31 18:33:41 +0000
commitfc10c0c2915155491c803b7460a6362c31c099b5 (patch)
tree7b388ed92827a8964f73bfcf87c2c57fdbfcfea1 /dev-perl/JSON-XS
parentFix misc CVEs, bug#534110 (diff)
downloadgentoo-2-fc10c0c2915155491c803b7460a6362c31c099b5.tar.gz
gentoo-2-fc10c0c2915155491c803b7460a6362c31c099b5.tar.bz2
gentoo-2-fc10c0c2915155491c803b7460a6362c31c099b5.zip
Add more keywords wrt bug #523298
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/JSON-XS')
-rw-r--r--dev-perl/JSON-XS/ChangeLog5
-rw-r--r--dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/JSON-XS/ChangeLog b/dev-perl/JSON-XS/ChangeLog
index 01cc024569ea..59ee25774897 100644
--- a/dev-perl/JSON-XS/ChangeLog
+++ b/dev-perl/JSON-XS/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/JSON-XS
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.44 2014/11/11 20:50:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.45 2014/12/31 18:33:41 zlogene Exp $
+
+ 31 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> JSON-XS-3.10.0.ebuild:
+ Add more keywords wrt bug #523298
11 Nov 2014; Markus Meier <maekke@gentoo.org> JSON-XS-3.10.0.ebuild:
add ~arm, bug #523298
diff --git a/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild b/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild
index ea566fd32bfb..09b6964ce792 100644
--- a/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild
+++ b/dev-perl/JSON-XS/JSON-XS-3.10.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-XS/JSON-XS-3.10.0.ebuild,v 1.2 2014/11/11 20:50:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild,v 1.3 2014/12/31 18:33:41 zlogene Exp $
EAPI=5
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos ~x86-solaris"
IUSE="test"
RDEPEND="