commit: c567e61ccaaccc4de2b89195d591141cd0c29a79
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 16:12:33 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 16:13:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c567e61c
dev-perl/Safe-Isa: Stabilize 1.0.10 arm, #829037
Signed-off-by: Arthur Zamarin <arthurzam <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 39aa3541c790..ec156b7af636 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 arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
RDEPEND="
>=virtual/perl-Exporter-5.570.0