Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON/
Date: Sun, 10 Jun 2018 23:02:39
Message-Id: 1528671731.3f9ffb205858157fe8289b76a38e761f1901d199.slyfox@gentoo
1 commit: 3f9ffb205858157fe8289b76a38e761f1901d199
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 22:59:28 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 23:02:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9ffb20
7
8 dev-perl/JSON: stable 2.940.0 for ia64, bug #657690
9
10 Bug: https://bugs.gentoo.org/657690
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ia64"
13
14 dev-perl/JSON/JSON-2.940.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-perl/JSON/JSON-2.940.0.ebuild b/dev-perl/JSON/JSON-2.940.0.ebuild
18 index 3bda08a9535..2f00129883d 100644
19 --- a/dev-perl/JSON/JSON-2.940.0.ebuild
20 +++ b/dev-perl/JSON/JSON-2.940.0.ebuild
21 @@ -11,7 +11,7 @@ inherit perl-module
22 DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder"
23
24 SLOT="0"
25 -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"
26 +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"
27 IUSE="test +xs"
28
29 RDEPEND="xs? ( >=dev-perl/JSON-XS-2.340.0 )"