commit: 1a6327f9e0a404b46ec265ecc8a41c9ed524aa94
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 04:56:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 04:56:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6327f9
dev-perl/Sub-Delete: Stabilize 1.0.20 amd64, #805539
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sub-Delete/Sub-Delete-1.0.20.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Sub-Delete/Sub-Delete-1.0.20.ebuild
b/dev-perl/Sub-Delete/Sub-Delete-1.0.20.ebuild
index a3565374005..9c3fb2ac574 100644
--- a/dev-perl/Sub-Delete/Sub-Delete-1.0.20.ebuild
+++ b/dev-perl/Sub-Delete/Sub-Delete-1.0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Perl module enabling one to delete subroutines"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~riscv ~x86 ~x64-macos"
RDEPEND="
>=virtual/perl-Exporter-5.570.0