diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 21:45:38 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 21:46:40 +1200 |
commit | a70d5bc0994599f4dd559958254c4ee980c95184 (patch) | |
tree | 4ce859fcb82947f7e626fadb415ab67ac3b2bb68 /dev-perl/libwww-perl | |
parent | dev-perl/Net-Jabber: Drop aix,macos,solaris prefixes re bug #690140 (diff) | |
download | gentoo-a70d5bc0994599f4dd559958254c4ee980c95184.tar.gz gentoo-a70d5bc0994599f4dd559958254c4ee980c95184.tar.bz2 gentoo-a70d5bc0994599f4dd559958254c4ee980c95184.zip |
dev-perl/libwww-perl: Drop m68k and various prefixes re bug #690140
Depends:
- 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/libwww-perl')
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild index 5aa56cf04a58..e0c9c7b6e426 100644 --- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild +++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A collection of Perl Modules for the WWW" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~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="ssl test" RESTRICT="!test? ( test )" |