summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-02-19 08:59:36 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-02-19 08:59:36 +0200
commit52d213df0576e4df4eb965356b1063a9d2d40dbe (patch)
treea8bf807ea47f0cde0e22edc543c9e29fb76155fe /dev-perl/Test-Compile
parentdev-perl/String-Formatter: Stabilize 1.234.0 amd64, #833677 (diff)
downloadgentoo-52d213df0576e4df4eb965356b1063a9d2d40dbe.tar.gz
gentoo-52d213df0576e4df4eb965356b1063a9d2d40dbe.tar.bz2
gentoo-52d213df0576e4df4eb965356b1063a9d2d40dbe.zip
dev-perl/Test-Compile: Stabilize 3.0.1 amd64, #833678
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Compile')
-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..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