Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-XPath/
Date: Fri, 07 Jul 2017 10:33:36
Message-Id: 1499423608.211a8744ad4a171fe98f147e8a44f336653bc1bd.aballier@gentoo
1 commit: 211a8744ad4a171fe98f147e8a44f336653bc1bd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 10:32:33 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 10:33:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211a8744
7
8 dev-perl/XML-XPath: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-perl/XML-XPath/XML-XPath-1.370.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/XML-XPath/XML-XPath-1.370.0.ebuild b/dev-perl/XML-XPath/XML-XPath-1.370.0.ebuild
16 index 7e413ba3a6c..9441cc0744a 100644
17 --- a/dev-perl/XML-XPath/XML-XPath-1.370.0.ebuild
18 +++ b/dev-perl/XML-XPath/XML-XPath-1.370.0.ebuild
19 @@ -11,7 +11,7 @@ inherit perl-module
20 DESCRIPTION="A XPath Perl Module"
21
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
25 IUSE="test"
26
27 RDEPEND=">=dev-perl/XML-Parser-2.230.0"