diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:39:42 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:01 +0100 |
commit | 8e703df3c039aafd2e0daa42f9832e6134a7abdb (patch) | |
tree | 8ae9115496b3c1c5241014c86cf5bd75fc822220 /dev-perl/bareword-filehandles | |
parent | dev-perl/Authen-SASL: drop x86-macos (diff) | |
download | gentoo-8e703df3c039aafd2e0daa42f9832e6134a7abdb.tar.gz gentoo-8e703df3c039aafd2e0daa42f9832e6134a7abdb.tar.bz2 gentoo-8e703df3c039aafd2e0daa42f9832e6134a7abdb.zip |
dev-perl/bareword-filehandles: 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/bareword-filehandles')
-rw-r--r-- | dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild index 0f31f5bf5cc9..6f197d9d616b 100644 --- a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild +++ b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Disables bareword filehandles" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |