diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 16:49:30 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 16:49:30 +0100 |
commit | c604255e20cc762ae99b4e1b1f7e2c4a95d14c36 (patch) | |
tree | 6f04b63fbbaa1dae29e7d61546b8b6b72d490599 /dev-perl/strictures | |
parent | dev-perl/SQL-Statement: drop ppc-aix m68k-mint (diff) | |
download | gentoo-c604255e20cc762ae99b4e1b1f7e2c4a95d14c36.tar.gz gentoo-c604255e20cc762ae99b4e1b1f7e2c4a95d14c36.tar.bz2 gentoo-c604255e20cc762ae99b4e1b1f7e2c4a95d14c36.zip |
dev-perl/strictures: 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/strictures')
-rw-r--r-- | dev-perl/strictures/strictures-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/strictures/strictures-2.0.3.ebuild b/dev-perl/strictures/strictures-2.0.3.ebuild index 770bdfcae766..1ac9b0f30ec5 100644 --- a/dev-perl/strictures/strictures-2.0.3.ebuild +++ b/dev-perl/strictures/strictures-2.0.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Turn on strict and make most warnings fatal" SLOT="0" -KEYWORDS="amd64 ~arm hppa 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 hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test minimal" RESTRICT="!test? ( test )" |