Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CPU/
Date: Sun, 21 Apr 2019 02:48:54
Message-Id: 1555814918.6ba0d24b910f703fce9c94e3755889b95959461f.blueness@gentoo
1 commit: 6ba0d24b910f703fce9c94e3755889b95959461f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 02:48:38 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 02:48:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba0d24b
7
8 dev-perl/Sys-CPU: keyword ~arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 4 ++--
14 dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 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
18 index 3e8eddeafd3..08770dbb1f2 100644
19 --- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
20 +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,5 +10,5 @@ inherit perl-module
28 DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
29
30 SLOT="0"
31 -KEYWORDS="~alpha amd64 arm hppa ppc ppc64 ~sparc x86 ~ppc-macos"
32 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 ~sparc x86 ~ppc-macos"
33 IUSE=""
34
35 diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild
36 index c9fb588fab6..7fc3e0a9b46 100644
37 --- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild
38 +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2019 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -10,5 +10,5 @@ inherit perl-module
46 DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
47
48 SLOT="0"
49 -KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~ppc-macos"
50 +KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~ppc-macos"
51 IUSE=""