diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 22:45:39 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 22:52:28 +1200 |
commit | 0d5f18724916cf4eda769aa896a3ecddf5751d2a (patch) | |
tree | 04a202b7d293f5be358889d3a5910e9613848948 /dev-perl/PPI | |
parent | dev-perl/PPIx-Regexp: Drop ~x64-macos re bug #673504 (diff) | |
download | gentoo-0d5f18724916cf4eda769aa896a3ecddf5751d2a.tar.gz gentoo-0d5f18724916cf4eda769aa896a3ecddf5751d2a.tar.bz2 gentoo-0d5f18724916cf4eda769aa896a3ecddf5751d2a.zip |
dev-perl/PPI: Drop ~x64-macos re bug #673504
Depends:
- dev-perl/Test-Object
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/PPI')
-rw-r--r-- | dev-perl/PPI/PPI-1.236.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/PPI/PPI-1.236.0.ebuild b/dev-perl/PPI/PPI-1.236.0.ebuild index d2386d7b9588..c5984f3b3f52 100644 --- a/dev-perl/PPI/PPI-1.236.0.ebuild +++ b/dev-perl/PPI/PPI-1.236.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" RESTRICT="!test? ( test )" |