Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-perl/Sys-CPU/
Date: Fri, 26 Apr 2019 10:31:13
Message-Id: 1556274648.b76d8ddaf4b90024bb7cfec45ce45182a717092e.blueness@gentoo
1 commit: b76d8ddaf4b90024bb7cfec45ce45182a717092e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 26 10:30:48 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 26 10:30:48 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=b76d8dda
7
8 dev-perl/Sys-CPU: stable on 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 RepoMan-Options: --force
13
14 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 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 062b890..4a26835 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 Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ inherit perl-module
28 DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
29
30 SLOT="0"
31 -KEYWORDS="amd64 arm ~mips ppc x86"
32 +KEYWORDS="amd64 arm arm64 ~mips ppc x86"
33 IUSE=""
34
35 PATCHES=( "${FILESDIR}"/${PN}-${DIST_VERSION}-fix-unistd-h.patch )