diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 21:22:42 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 21:46:23 +1200 |
commit | ad96c1e243cb6f3d37ee50e86302e9ca3443367e (patch) | |
tree | 32b25a00f067df0babf2db7810f80dcb6558f722 /dev-perl/CPAN-Mini-Inject | |
parent | net-misc/putty: Define src_test() (diff) | |
download | gentoo-ad96c1e243cb6f3d37ee50e86302e9ca3443367e.tar.gz gentoo-ad96c1e243cb6f3d37ee50e86302e9ca3443367e.tar.bz2 gentoo-ad96c1e243cb6f3d37ee50e86302e9ca3443367e.zip |
dev-perl/CPAN-Mini-Inject: Drop ppc-aix re bug #690140
Depends:
- dev-perl/CPAN-Mini
- 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/CPAN-Mini-Inject')
-rw-r--r-- | dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild index 61c201c3c911..9dcc9335e123 100644 --- a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild +++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Inject modules into a CPAN::Mini mirror" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-aix" +KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |