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/UNIVERSAL-isa/
Date: Tue, 28 Apr 2020 21:13:37
Message-Id: 1588108357.eac6893764f9dc553e7bfdf2936f23ae051dbab3.leio@gentoo
1 commit: eac6893764f9dc553e7bfdf2936f23ae051dbab3
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Tue Apr 28 21:09:05 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 21:12:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac68937
7
8 dev-perl/UNIVERSAL-isa: arm64 keyworded (bug #708772)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild
18 index 1eb06062334..c3228fe6b7a 100644
19 --- a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild
20 +++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ inherit perl-module
28 DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function"
29
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ppc sparc x86 ~ppc-aix"
32 +KEYWORDS="amd64 ~arm ~arm64 ppc sparc x86 ~ppc-aix"
33 IUSE="test"
34 RESTRICT="!test? ( test )"