Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON/
Date: Sun, 10 Jun 2018 17:43:24
Message-Id: 1528652562.f986e366968cf1350a0393d9c3eef621999306e5.whissi@gentoo
1 commit: f986e366968cf1350a0393d9c3eef621999306e5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 17:22:13 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 17:42:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f986e366
7
8 dev-perl/JSON: x86 stable (bug #657690)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-perl/JSON/JSON-2.940.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/JSON/JSON-2.940.0.ebuild b/dev-perl/JSON/JSON-2.940.0.ebuild
16 index b7f0a7d6d4d..e19f523f89c 100644
17 --- a/dev-perl/JSON/JSON-2.940.0.ebuild
18 +++ b/dev-perl/JSON/JSON-2.940.0.ebuild
19 @@ -11,7 +11,7 @@ inherit perl-module
20 DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder"
21
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
25 IUSE="test +xs"
26
27 RDEPEND="xs? ( >=dev-perl/JSON-XS-2.340.0 )"