diff options
author | Sam James <sam@gentoo.org> | 2021-07-31 05:13:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 05:13:25 +0100 |
commit | bc07423859b34d1f78c23be2df518e6b8240a329 (patch) | |
tree | 13f1e68fa7956a6b4ac70ea2027c496333036fb7 /dev-perl/Math-Int128 | |
parent | dev-perl/Math-Int64: Stabilize 0.540.0 amd64, #804738 (diff) | |
download | gentoo-bc07423859b34d1f78c23be2df518e6b8240a329.tar.gz gentoo-bc07423859b34d1f78c23be2df518e6b8240a329.tar.bz2 gentoo-bc07423859b34d1f78c23be2df518e6b8240a329.zip |
dev-perl/Math-Int128: Stabilize 0.220.0 amd64, #804738
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Int128')
-rw-r--r-- | dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 d686931bdea0..f39b06b1984a 100644 --- a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild +++ b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild @@ -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 ~sparc -x86" +KEYWORDS="~alpha amd64 -arm ~arm64 ~ia64 ~mips -ppc ~ppc64 ~sparc -x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" |