commit: 52d213df0576e4df4eb965356b1063a9d2d40dbe
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 06:59:36 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 06:59:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d213df
dev-perl/Test-Compile: Stabilize 3.0.1 amd64, #833678
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild | 4 ++--
1 file 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..6b8f0183c4cf 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