Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-XPath/
Date: Fri, 07 Sep 2018 23:28:34
Message-Id: 1536362888.dccf31ada22532024d26fa2ce8e3dcf5bcfa74bd.kentnl@gentoo
1 commit: dccf31ada22532024d26fa2ce8e3dcf5bcfa74bd
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 22:33:51 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 23:28:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccf31ad
7
8 dev-perl/XML-XPath: Restore ~alpha ~hppa keywords
9
10 These keywords were earlier lost by addition of dependencies.
11
12 These dependencies are now keyworded, so this package can be restored
13 to its former glory.
14
15 Package-Manager: Portage-2.3.40, Repoman-2.3.9
16
17 dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
21 index 06a09b71699..8cff96c8878 100644
22 --- a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
23 +++ b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
24 @@ -11,7 +11,7 @@ inherit perl-module
25 DESCRIPTION="A XPath Perl Module"
26
27 SLOT="0"
28 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
29 +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"
30 IUSE="test"
31
32 RDEPEND=">=dev-perl/XML-Parser-2.230.0"