diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-02 22:16:49 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-02 22:43:25 +0200 |
commit | 86ec1139e28966163bb3c83ea8f7f8491aa0bdf9 (patch) | |
tree | 45a8ba1d5753f31d39f46adf08cfbbfe18c5c9b6 /dev-perl | |
parent | dev-perl/Net-Works: Drop x86 keyword (diff) | |
download | gentoo-86ec1139e28966163bb3c83ea8f7f8491aa0bdf9.tar.gz gentoo-86ec1139e28966163bb3c83ea8f7f8491aa0bdf9.tar.bz2 gentoo-86ec1139e28966163bb3c83ea8f7f8491aa0bdf9.zip |
dev-perl/Math-Int128: Mark -x86
Closes: https://bugs.gentoo.org/790311
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-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 db1a18e0b65f..e12066cd52ce 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="~amd64 ~arm64 ~ia64 ~mips ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~mips ~ppc64 ~sparc -x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" |