diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-02 23:03:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-02 23:03:18 +0100 |
commit | a917445d2246503da33b44808c5974adccb596e3 (patch) | |
tree | e8060ea44ff7e3ccf1d3cd0e5c32f7bfee7742f5 /dev-perl/XML-LibXML-Simple | |
parent | dev-perl/Text-Roman: keyworded 3.500.0 for ppc (diff) | |
download | gentoo-a917445d2246503da33b44808c5974adccb596e3.tar.gz gentoo-a917445d2246503da33b44808c5974adccb596e3.tar.bz2 gentoo-a917445d2246503da33b44808c5974adccb596e3.zip |
dev-perl/XML-LibXML-Simple: keyworded 0.990.0 for ppc
keyworded wrt bug #766150
Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-perl/XML-LibXML-Simple')
-rw-r--r-- | dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild index deb307474920..cb9a52c356d8 100644 --- a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild +++ b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="XML::LibXML based XML::Simple clone" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" IUSE="test" RESTRICT="!test? ( test )" |