diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 21:11:33 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 21:16:22 +1200 |
commit | 7d9f8ccb186ddcb7257f90baeb94852645d96fde (patch) | |
tree | 1b7218c5b96dd96e77c10457b783e0742b8f0485 /dev-perl/LWP-Online | |
parent | dev-perl/LWP-UserAgent-Determined: Drop x86-solaris re bug #690140 (diff) | |
download | gentoo-7d9f8ccb186ddcb7257f90baeb94852645d96fde.tar.gz gentoo-7d9f8ccb186ddcb7257f90baeb94852645d96fde.tar.bz2 gentoo-7d9f8ccb186ddcb7257f90baeb94852645d96fde.zip |
dev-perl/LWP-Online: Drop aix,macos,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/LWP-Online')
-rw-r--r-- | dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild index 0ea514a74c31..b93677d40d88 100644 --- a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild +++ b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Does your process have access to the web" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 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 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |