diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:05:43 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:57 +0100 |
commit | 4cd6d89982fd0bccc4f67851e3308ae48a1efadc (patch) | |
tree | 1b9e2d65fa86f2dd5c393e31b6a81729c64722c4 /dev-perl/PPI/PPI-1.270.0.ebuild | |
parent | dev-perl/Pod-Tests: drop x86-macos (diff) | |
download | gentoo-4cd6d89982fd0bccc4f67851e3308ae48a1efadc.tar.gz gentoo-4cd6d89982fd0bccc4f67851e3308ae48a1efadc.tar.bz2 gentoo-4cd6d89982fd0bccc4f67851e3308ae48a1efadc.zip |
dev-perl/PPI: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-perl/PPI/PPI-1.270.0.ebuild')
-rw-r--r-- | dev-perl/PPI/PPI-1.270.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/PPI/PPI-1.270.0.ebuild b/dev-perl/PPI/PPI-1.270.0.ebuild index 28a940c8332c..f7c29a45b49b 100644 --- a/dev-perl/PPI/PPI-1.270.0.ebuild +++ b/dev-perl/PPI/PPI-1.270.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="test" RESTRICT="!test? ( test )" |