diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:38:12 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:00 +0100 |
commit | f27eb86fbbaa22dbc9b29fac7129b02e98748e26 (patch) | |
tree | 14624c6c6ff118e9a0851e5cd51df163ddf1782c /dev-perl/Array-Compare | |
parent | dev-perl/Archive-Zip: drop x86-macos (diff) | |
download | gentoo-f27eb86fbbaa22dbc9b29fac7129b02e98748e26.tar.gz gentoo-f27eb86fbbaa22dbc9b29fac7129b02e98748e26.tar.bz2 gentoo-f27eb86fbbaa22dbc9b29fac7129b02e98748e26.zip |
dev-perl/Array-Compare: 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/Array-Compare')
-rw-r--r-- | dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild b/dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild index 48fa7aece3b2..baca60b7b1b4 100644 --- a/dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild +++ b/dev-perl/Array-Compare/Array-Compare-3.0.3.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension for comparing arrays" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="test" RESTRICT="!test? ( test )" |