Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Int128/
Date: Fri, 01 Jul 2022 06:02:06
Message-Id: 1656655307.bb614c385abf04e3842d6962f2f3a61e2e383243.arthurzam@gentoo
1 commit: bb614c385abf04e3842d6962f2f3a61e2e383243
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 06:01:47 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 06:01:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb614c38
7
8 dev-perl/Math-Int128: Stabilize 0.220.0 arm64, #855101
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild
16 index 43d997169b9c..28e31325dd79 100644
17 --- a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild
18 +++ b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020-2021 Gentoo Authors
21 +# Copyright 2020-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,7 +10,7 @@ inherit perl-module
26
27 DESCRIPTION="Manipulate 128 bits integers in Perl"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 -arm ~arm64 ~ia64 ~mips -ppc ppc64 ~riscv sparc -x86"
30 +KEYWORDS="~alpha amd64 -arm arm64 ~ia64 ~mips -ppc ppc64 ~riscv sparc -x86"
31 IUSE="test"
32 RESTRICT="!test? ( test )"
33 RDEPEND="