Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
Date: Sat, 12 Sep 2020 03:56:03
Message-Id: 1599882924.befdd0d08450f75b6003399e002830c2780ce051.kentnl@gentoo
1 commit: befdd0d08450f75b6003399e002830c2780ce051
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 10 17:52:35 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 03:55:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befdd0d0
7
8 dev-perl/JSON-Parse: Keyword ~arm64
9
10 Required by new dev-perl/Finance-Quote
11
12 Tested on packet-at aarch64
13
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
21 index 840d494d520..d18372de95a 100644
22 --- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
23 +++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -10,7 +10,7 @@ inherit perl-module
31
32 DESCRIPTION="Read JSON into a Perl Variable"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 +KEYWORDS="~amd64 ~arm64 ~x86"
36 IUSE="test"
37 RESTRICT="!test? ( test )"