diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:31:17 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:12 +0100 |
commit | da669fe1dc5479e73242ed7913bb32428c3c29e8 (patch) | |
tree | f605b107eb24e43ccd5b3f13cbb74fb238ccbcd9 /dev-perl/Test-Trap | |
parent | dev-perl/Test-TCP: drop x86-macos (diff) | |
download | gentoo-da669fe1dc5479e73242ed7913bb32428c3c29e8.tar.gz gentoo-da669fe1dc5479e73242ed7913bb32428c3c29e8.tar.bz2 gentoo-da669fe1dc5479e73242ed7913bb32428c3c29e8.zip |
dev-perl/Test-Trap: 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/Test-Trap')
-rw-r--r-- | dev-perl/Test-Trap/Test-Trap-0.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Trap/Test-Trap-0.3.3.ebuild b/dev-perl/Test-Trap/Test-Trap-0.3.3.ebuild index b052e444eca5..5b6e9218b924 100644 --- a/dev-perl/Test-Trap/Test-Trap-0.3.3.ebuild +++ b/dev-perl/Test-Trap/Test-Trap-0.3.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=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Trap exit codes, exceptions, output, etc" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |