Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Validate-IP/
Date: Sun, 11 Oct 2020 09:54:13
Message-Id: 1602410033.f8d1c564aea81e34dcada82eed721e10fd21a933.kentnl@gentoo
1 commit: f8d1c564aea81e34dcada82eed721e10fd21a933
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 09:52:27 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 09:53:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d1c564
7
8 dev-perl/Data-Validate-IP: Keyword ~arm64 re bug #747604
9
10 Required dep of net-dns/ddclient-3.9.1
11
12 Tested on packet-at arm64
13
14 Bug: https://bugs.gentoo.org/747604
15 Package-Manager: Portage-3.0.8, Repoman-3.0.1
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 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
22 index 7bba7c3655f..4eb06b33bdd 100644
23 --- a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild
24 +++ b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild
25 @@ -12,7 +12,7 @@ inherit perl-module
26 DESCRIPTION="Lightweight IPv4 and IPv6 validation module"
27
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86"
30 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
31 IUSE="test"
32 RESTRICT="!test? ( test )"