diff options
author | 2019-04-01 12:50:33 +0100 | |
---|---|---|
committer | 2019-04-01 21:23:22 +0200 | |
commit | 4572677de6a1fe7b546355c66f938c02255dee4e (patch) | |
tree | f4a6169b4732afa822513e60a7fedcc7b4bad463 /dev-perl/Net-CIDR-Lite | |
parent | dev-perl/NetAddr-IP: added ~arm64 (diff) | |
download | gentoo-4572677de6a1fe7b546355c66f938c02255dee4e.tar.gz gentoo-4572677de6a1fe7b546355c66f938c02255dee4e.tar.bz2 gentoo-4572677de6a1fe7b546355c66f938c02255dee4e.zip |
dev-perl/Net-CIDR-Lite: added ~arm64
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-perl/Net-CIDR-Lite')
-rw-r--r-- | dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild b/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild index 4b725b64103d..1dcdddf2401a 100644 --- a/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild +++ b/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension for merging IPv4 or IPv6 CIDR addresses" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND="" |