diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:46:33 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:05 +0100 |
commit | 71a174a96d64abe56f79ee527328da7fe930a196 (patch) | |
tree | 3dc1d5765db8bc08fe5609aad528c46f37efaa39 /dev-perl | |
parent | dev-perl/Class-Loader: drop x86-macos (diff) | |
download | gentoo-71a174a96d64abe56f79ee527328da7fe930a196.tar.gz gentoo-71a174a96d64abe56f79ee527328da7fe930a196.tar.bz2 gentoo-71a174a96d64abe56f79ee527328da7fe930a196.zip |
dev-perl/Class-Load-XS: 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')
-rw-r--r-- | dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild index 84c8c86ede3e..3ab269837463 100644 --- a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild +++ b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.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=7 @@ -11,7 +11,7 @@ DESCRIPTION="XS implementation of parts of Class::Load" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |