diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 17:05:50 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 17:19:05 +0100 |
commit | 09d9eefc16d8b0426eb0d6e365b4f131e7ad188e (patch) | |
tree | 484ba56d6e64bf155cd4da558d028c088a71bbbf /dev-perl/Test-Trap | |
parent | dev-perl/Test-TCP: drop ppc-aix m68k-mint (diff) | |
download | gentoo-09d9eefc16d8b0426eb0d6e365b4f131e7ad188e.tar.gz gentoo-09d9eefc16d8b0426eb0d6e365b4f131e7ad188e.tar.bz2 gentoo-09d9eefc16d8b0426eb0d6e365b4f131e7ad188e.zip |
dev-perl/Test-Trap: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, 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 d74b94b81cde..b052e444eca5 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-2019 Gentoo Authors +# Copyright 1999-2020 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 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |