diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 21:54:22 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 22:51:42 +1200 |
commit | dd2e97b2489ec60065b091f2b8253b5b655cf797 (patch) | |
tree | 96394e602b1cb1b7556fae31193f731aac211e9d /dev-perl/Pod-Readme | |
parent | dev-perl/PPI: Drop some prefix keywords re bug #673504 (diff) | |
download | gentoo-dd2e97b2489ec60065b091f2b8253b5b655cf797.tar.gz gentoo-dd2e97b2489ec60065b091f2b8253b5b655cf797.tar.bz2 gentoo-dd2e97b2489ec60065b091f2b8253b5b655cf797.zip |
dev-perl/Pod-Readme: Drop ppc-aix re bug #673504
Unsatisfied by dev-perl/IO-String
Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Pod-Readme')
-rw-r--r-- | dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild b/dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild index 1d0c99f9b33a..29b2e69f909f 100644 --- a/dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild +++ b/dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Intelligently generate a README file from POD" SLOT="0" -KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="minimal test" RESTRICT="!test? ( test )" |