summaryrefslogtreecommitdiff
path: root/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild')
-rw-r--r--dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
index 2678d51cf437..65d4b3035dbc 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc sparc x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0