commit: 6ebd318699dd93ea403eea8805312eb07bbab5bd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 09:04:46 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 14:18:26 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebd3186
dev-perl/Mouse: Stabilize 2.5.11 arm64, #969746
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Mouse/Mouse-2.5.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Mouse/Mouse-2.5.11.ebuild
b/dev-perl/Mouse/Mouse-2.5.11.ebuild
index 95fef933368c..78a30194722a 100644
--- a/dev-perl/Mouse/Mouse-2.5.11.ebuild
+++ b/dev-perl/Mouse/Mouse-2.5.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Moose minus the antlers"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
RDEPEND="
>=virtual/perl-Scalar-List-Utils-1.140.0