Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Netmask/
Date: Tue, 28 Apr 2020 21:13:33
Message-Id: 1588108356.4310dc57e2df8a8a145f5cb55877e8d108cc8f67.leio@gentoo
1 commit: 4310dc57e2df8a8a145f5cb55877e8d108cc8f67
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Tue Apr 28 21:03:55 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 21:12:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4310dc57
7
8 dev-perl/Net-Netmask: arm64 keyworded (bug #708772)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild b/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild
18 index f95bc6f1451..10e415dede3 100644
19 --- a/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild
20 +++ b/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -11,7 +11,7 @@ inherit perl-module
28 DESCRIPTION="Parse, manipulate and lookup IP network blocks"
29
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~mips ppc x86"
32 +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86"
33 IUSE=""
34
35 DEPEND="virtual/perl-ExtUtils-MakeMaker"