diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-01 09:01:47 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-01 09:01:47 +0300 |
commit | bb614c385abf04e3842d6962f2f3a61e2e383243 (patch) | |
tree | 2ea78a836070f62dbd7620a0a1a53786bc2c812d /dev-perl/Math-Int128 | |
parent | dev-perl/Crypt-CBC: Stabilize 3.30.0 arm64, #855101 (diff) | |
download | gentoo-bb614c385abf04e3842d6962f2f3a61e2e383243.tar.gz gentoo-bb614c385abf04e3842d6962f2f3a61e2e383243.tar.bz2 gentoo-bb614c385abf04e3842d6962f2f3a61e2e383243.zip |
dev-perl/Math-Int128: Stabilize 0.220.0 arm64, #855101
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Int128')
-rw-r--r-- | dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild index 43d997169b9c..28e31325dd79 100644 --- a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild +++ b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Manipulate 128 bits integers in Perl" SLOT="0" -KEYWORDS="~alpha amd64 -arm ~arm64 ~ia64 ~mips -ppc ppc64 ~riscv sparc -x86" +KEYWORDS="~alpha amd64 -arm arm64 ~ia64 ~mips -ppc ppc64 ~riscv sparc -x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" |