diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-10-11 22:52:27 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-10-11 22:53:53 +1300 |
commit | f8d1c564aea81e34dcada82eed721e10fd21a933 (patch) | |
tree | 1304e0ce413d224b2bad5d63037584892a06a36d /dev-perl/Data-Validate-IP | |
parent | dev-perl/Test-Taint: Keyword ~arm64 re bug #747604 (diff) | |
download | gentoo-f8d1c564aea81e34dcada82eed721e10fd21a933.tar.gz gentoo-f8d1c564aea81e34dcada82eed721e10fd21a933.tar.bz2 gentoo-f8d1c564aea81e34dcada82eed721e10fd21a933.zip |
dev-perl/Data-Validate-IP: Keyword ~arm64 re bug #747604
Required dep of net-dns/ddclient-3.9.1
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/Data-Validate-IP')
-rw-r--r-- | dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild index 7bba7c3655f3..4eb06b33bdd0 100644 --- a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild +++ b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Lightweight IPv4 and IPv6 validation module" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |