diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:17:08 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:25 +0100 |
commit | 579300ca9b0e2d61d09b312aea821fb0692c6fb2 (patch) | |
tree | 1e9c42398f511664de9bf3bff00f07ed61c4e1c4 /dev-perl/File-chdir | |
parent | dev-perl/File-BaseDir: drop x86-macos (diff) | |
download | gentoo-579300ca9b0e2d61d09b312aea821fb0692c6fb2.tar.gz gentoo-579300ca9b0e2d61d09b312aea821fb0692c6fb2.tar.bz2 gentoo-579300ca9b0e2d61d09b312aea821fb0692c6fb2.zip |
dev-perl/File-chdir: 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-chdir')
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.101.100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-chdir/File-chdir-0.101.100.ebuild b/dev-perl/File-chdir/File-chdir-0.101.100.ebuild index 67292bdf49a4..e16f2969c727 100644 --- a/dev-perl/File-chdir/File-chdir-0.101.100.ebuild +++ b/dev-perl/File-chdir/File-chdir-0.101.100.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="An alternative to File::Spec and CWD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" IUSE="test" RESTRICT="!test? ( test )" |