diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 20:37:43 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 21:15:53 +1200 |
commit | 344f29c1f6e99a2f1e002d276a63a6e203091643 (patch) | |
tree | 8e8d7012658f960a29a5a96bb15435667c50adba /dev-perl/XML-Twig | |
parent | dev-perl/frontier-rpc: Drop macos and solaris prefixes re bug #690140 (diff) | |
download | gentoo-344f29c1f6e99a2f1e002d276a63a6e203091643.tar.gz gentoo-344f29c1f6e99a2f1e002d276a63a6e203091643.tar.bz2 gentoo-344f29c1f6e99a2f1e002d276a63a6e203091643.zip |
dev-perl/XML-Twig: Drop macos and solaris prefixes re bug #690140
Depends:
- dev-perl/libwww-perl
- dev-perl/LWP-Protocol-https
- dev-perl/IO-Socket-SSL
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-Twig')
-rw-r--r-- | dev-perl/XML-Twig/XML-Twig-3.520.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/XML-Twig/XML-Twig-3.520.0.ebuild b/dev-perl/XML-Twig/XML-Twig-3.520.0.ebuild index 4f6086db7057..fe560eb786c6 100644 --- a/dev-perl/XML-Twig/XML-Twig-3.520.0.ebuild +++ b/dev-perl/XML-Twig/XML-Twig-3.520.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Process huge XML documents in tree mode" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="nls test" RESTRICT="!test? ( test )" |