commit: 3f53277b43c9c95bd84fda0ad8cefb6d68ddc030
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:01:04 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:01:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f53277b
dev-perl/Inline-C: Stabilize 0.820.0 arm, #912501
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Inline-C/Inline-C-0.820.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Inline-C/Inline-C-0.820.0.ebuild
b/dev-perl/Inline-C/Inline-C-0.820.0.ebuild
index 97d0eb7ca64d..f6e8e841d4aa 100644
--- a/dev-perl/Inline-C/Inline-C-0.820.0.ebuild
+++ b/dev-perl/Inline-C/Inline-C-0.820.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
DESCRIPTION="C Language Support for Inline"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv
~sparc ~x86"
RDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-7