Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Encode-EUCJPASCII/
Date: Fri, 31 Mar 2017 09:09:42
Message-Id: 1490951317.f86a9f4355921b25c2679b403da5fded13a9d1a9.xmw@gentoo
1 commit: f86a9f4355921b25c2679b403da5fded13a9d1a9
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 31 09:08:37 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 09:08:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86a9f43
7
8 dev-perl/Encode-EUCJPASCII: add ~arm ~arm64 ~ppc64 keywords (bug 614180)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
12
13 dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild b/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild
17 index 500ea999c8f..4601e02efec 100644
18 --- a/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild
19 +++ b/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ inherit perl-module
27 DESCRIPTION="An eucJP-open mapping"
28
29 SLOT="0"
30 -KEYWORDS="~amd64 ~ppc ~x86"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
32 IUSE=""
33
34 PERL_RM_FILES=( "t/pod.t" )