Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-XPath/
Date: Wed, 28 Mar 2018 04:09:13
Message-Id: 1522210137.02068ad9ee9f7583617e430493d570be002031ff.mattst88@gentoo
1 commit: 02068ad9ee9f7583617e430493d570be002031ff
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 03:39:55 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 04:08:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02068ad9
7
8 dev-perl/XML-XPath-1.420.0: added ~mips
9
10 dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
14 index 9696c9d38f6..0ca9ef906ca 100644
15 --- a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
16 +++ b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
17 @@ -11,7 +11,7 @@ inherit perl-module
18 DESCRIPTION="A XPath Perl Module"
19
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
22 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
23 IUSE="test"
24
25 RDEPEND=">=dev-perl/XML-Parser-2.230.0"