commit: 214cd9ab0254087feef08ee61bc66ac51ba068dc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 16:12:29 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 16:12:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214cd9ab
dev-perl/Safe-Isa: Stabilize 1.0.10 arm64, #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 d8e4b3cdf2bb..39aa3541c790 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 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
RDEPEND="
>=virtual/perl-Exporter-5.570.0