commit: ae4381a93b819d348bd10b1686c223a78994e0c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 3 21:28:42 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 3 21:28:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4381a9
dev-perl/Safe-Isa: Stabilize 1.0.10 sparc, #950558
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild
b/dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild
index ee1cc5b2ec23..ae4d010c0450 100644
--- a/dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild
+++ b/dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Call isa, can, does and DOES safely on things that may not be
objects"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc64 ~riscv sparc x86"
RDEPEND="
>=virtual/perl-Exporter-5.570.0