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/File-ShareDir-Install/
Date: Sat, 07 Apr 2018 15:26:11
Message-Id: 1523113995.ead94fb5fd504be6c2ead319893643aea547d950.leio@gentoo
1 commit: ead94fb5fd504be6c2ead319893643aea547d950
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 13:49:11 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 15:13:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead94fb5
7
8 dev-perl/File-ShareDir-Install: added ~arm64 keyword (Bug 652718)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
16 index 944e2566f82..45a60a6c4a8 100644
17 --- a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
18 +++ b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ inherit perl-module
26 DESCRIPTION="Install shared files"
27
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
30 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
31 IUSE="test"
32
33 PERL_RM_FILES=( "Build.PL" ) # Using MBTiny is stupid this high up