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/Tie-Cycle/
Date: Fri, 07 Sep 2018 23:28:33
Message-Id: 1536362892.6cba44fade8a2a9d2df0cfd254d1fb0b01460fb2.kentnl@gentoo
1 commit: 6cba44fade8a2a9d2df0cfd254d1fb0b01460fb2
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 23:00:26 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 23:28:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cba44fa
7
8 dev-perl/Tie-Cycle: Restore ~arm and ~arm64 keywords
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-perl/Tie-Cycle/Tie-Cycle-1.225.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Tie-Cycle/Tie-Cycle-1.225.0.ebuild b/dev-perl/Tie-Cycle/Tie-Cycle-1.225.0.ebuild
16 index 326ae2bff05..ed4347c71a1 100644
17 --- a/dev-perl/Tie-Cycle/Tie-Cycle-1.225.0.ebuild
18 +++ b/dev-perl/Tie-Cycle/Tie-Cycle-1.225.0.ebuild
19 @@ -10,7 +10,7 @@ inherit perl-module
20 DESCRIPTION="Cycle through a list of values via a scalar"
21 LICENSE="Artistic-2"
22 SLOT="0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~x86"
25 IUSE="test"
26
27 PATCHES=( "${FILESDIR}/${PN}-1.225-nopodtests.patch" )