diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-10-11 22:47:53 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-10-11 22:53:49 +1300 |
commit | 704a7b95c0d704e9286d483df0e83d593d57e94b (patch) | |
tree | 225c856e8d81c9b39b1b40a991dd4792432cd3d7 /dev-perl/Test-Taint | |
parent | x11-wm/fluxbox: fix build on c++17 compiler (gcc-11) (diff) | |
download | gentoo-704a7b95c0d704e9286d483df0e83d593d57e94b.tar.gz gentoo-704a7b95c0d704e9286d483df0e83d593d57e94b.tar.bz2 gentoo-704a7b95c0d704e9286d483df0e83d593d57e94b.zip |
dev-perl/Test-Taint: Keyword ~arm64 re bug #747604
Optional test dep of dev-perl/Data-Validate-IP
Tested on packet-at arm64
Bug: https://bugs.gentoo.org/747604
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Taint')
-rw-r--r-- | dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild b/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild index 51673fb81e1a..063014bd3851 100644 --- a/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild +++ b/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Tools to test taintedness" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RESTRICT="!test? ( test )" |