diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-22 07:54:07 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-22 07:54:43 +1200 |
commit | 9774d8887f74181695f6c420de369785521f1732 (patch) | |
tree | 1bae50bc6ac458841d0b67d1585695aa234b1cfd /dev-perl/XML-LibXML | |
parent | net-news/snownews: Drop ~x86-macos re bug #690140 (diff) | |
download | gentoo-9774d8887f74181695f6c420de369785521f1732.tar.gz gentoo-9774d8887f74181695f6c420de369785521f1732.tar.bz2 gentoo-9774d8887f74181695f6c420de369785521f1732.zip |
dev-perl/XML-LibXML: Drop various prefixes re bug #690140
Depends:
- dev-perl/Alien-Libxml2
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/XML-LibXML')
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild index 459c71584e06..0a2f904266e8 100644 --- a/dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild +++ b/dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl binding for libxml2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test minimal" RESTRICT="!test? ( test )" |