summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-09 02:21:08 +0000
committerSam James <sam@gentoo.org>2024-02-09 02:21:08 +0000
commit3590ef62bfe653e1adb9b6674135445a9a248af7 (patch)
tree9f8605f34e575563bb69f582809949c2212b82d7 /dev-perl/Module-Find
parentapp-admin/needrestart: Stabilize 3.6 arm64, #924124 (diff)
downloadgentoo-3590ef62bfe653e1adb9b6674135445a9a248af7.tar.gz
gentoo-3590ef62bfe653e1adb9b6674135445a9a248af7.tar.bz2
gentoo-3590ef62bfe653e1adb9b6674135445a9a248af7.zip
dev-perl/Module-Find: Stabilize 0.160.0 arm64, #924124
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Module-Find')
-rw-r--r--dev-perl/Module-Find/Module-Find-0.160.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Module-Find/Module-Find-0.160.0.ebuild b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
index d7920be47559..33f3bf632151 100644
--- a/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,6 +10,6 @@ inherit perl-module
DESCRIPTION="Find and use installed modules in a (sub)category"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )