Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-XPath/
Date: Fri, 05 Oct 2018 18:37:47
Message-Id: 1538764494.cd94dc6ddea421e3d759bacac118311ad4a9facd.whissi@gentoo
1 commit: cd94dc6ddea421e3d759bacac118311ad4a9facd
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 18:34:54 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 18:34:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd94dc6d
7
8 dev-perl/XML-XPath: amd64 stable (bug #667774)
9
10 Bug: https://bugs.gentoo.org/667774
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
18 index 5eb506f1bb7..42690e1f0cc 100644
19 --- a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
20 +++ b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
21 @@ -11,7 +11,7 @@ inherit perl-module
22 DESCRIPTION="A XPath Perl Module"
23
24 SLOT="0"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
27 IUSE="test"
28
29 RDEPEND=">=dev-perl/XML-Parser-2.230.0"