Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Quote/
Date: Sat, 07 Apr 2018 15:26:16
Message-Id: 1523114000.6e1c5fa0b6a4f660e7e372ec1043f57b3c568ddf.leio@gentoo
1 commit: 6e1c5fa0b6a4f660e7e372ec1043f57b3c568ddf
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 14:21:45 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 15:13:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1c5fa0
7
8 dev-perl/Sub-Quote: added ~arm64 keyword (Bug 652718)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
16 index df4eba2b55f..be2a7765a08 100644
17 --- a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
18 +++ b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
19 @@ -9,7 +9,7 @@ inherit perl-module
20
21 DESCRIPTION="Efficient generation of subroutines via string eval"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
25 IUSE="test minimal"
26
27 RDEPEND="