diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 22:48:38 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 22:48:38 -0400 |
commit | 6ba0d24b910f703fce9c94e3755889b95959461f (patch) | |
tree | 9b14219aa7f9662f0579e296f847384820479465 /dev-perl | |
parent | sys-libs/obstack-standalone: keyword ~arm64 (diff) | |
download | gentoo-6ba0d24b910f703fce9c94e3755889b95959461f.tar.gz gentoo-6ba0d24b910f703fce9c94e3755889b95959461f.tar.bz2 gentoo-6ba0d24b910f703fce9c94e3755889b95959461f.zip |
dev-perl/Sys-CPU: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild index 3e8eddeafd3a..08770dbb1f24 100644 --- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,5 +10,5 @@ inherit perl-module DESCRIPTION="Access CPU info. number, etc on Win and UNIX" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ppc ppc64 ~sparc x86 ~ppc-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 ~sparc x86 ~ppc-macos" IUSE="" diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild index c9fb588fab6e..7fc3e0a9b468 100644 --- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,5 +10,5 @@ inherit perl-module DESCRIPTION="Access CPU info. number, etc on Win and UNIX" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~ppc-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~ppc-macos" IUSE="" |