diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:22:58 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:28 +0100 |
commit | 2e7bed5335cc65068ac5758d0d6162a6517b30e0 (patch) | |
tree | 4cc22e7059ac097e3f3efbcbb179bd3a59c97584 /dev-perl/File-Spec-Native | |
parent | dev-perl/File-Slurp-Tiny: drop x86-macos (diff) | |
download | gentoo-2e7bed5335cc65068ac5758d0d6162a6517b30e0.tar.gz gentoo-2e7bed5335cc65068ac5758d0d6162a6517b30e0.tar.bz2 gentoo-2e7bed5335cc65068ac5758d0d6162a6517b30e0.zip |
dev-perl/File-Spec-Native: 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/File-Spec-Native')
-rw-r--r-- | dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild index 8e4c8dcc3cf9..77470fcdb36e 100644 --- a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild +++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.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 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Use native OS implementation of File::Spec from a subclass" SLOT="0" -KEYWORDS="~amd64 ~x86 ~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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |