Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON/
Date: Wed, 21 Mar 2018 04:55:14
Message-Id: 1521607890.c394c2ac891c9c38ca4a40552eef63aa7940dcca.mattst88@gentoo
1 commit: c394c2ac891c9c38ca4a40552eef63aa7940dcca
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 04:51:30 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 04:51:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c394c2ac
7
8 dev-perl/JSON-2.940.0: added ~hppa, bug 620108
9
10 dev-perl/JSON/JSON-2.940.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-perl/JSON/JSON-2.940.0.ebuild b/dev-perl/JSON/JSON-2.940.0.ebuild
14 index 9d8123d080d..3d7ac208017 100644
15 --- a/dev-perl/JSON/JSON-2.940.0.ebuild
16 +++ b/dev-perl/JSON/JSON-2.940.0.ebuild
17 @@ -11,7 +11,7 @@ inherit perl-module
18 DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder"
19
20 SLOT="0"
21 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
22 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
23 IUSE="test +xs"
24
25 RDEPEND="xs? ( >=dev-perl/JSON-XS-2.340.0 )"