commit: 3637c894ed3460b0b21cdb56361f0bb9c0081ac5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 02:03:29 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 02:03:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3637c894
dev-perl/autobox: Stabilize 3.0.2 x86, #943438
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/autobox/autobox-3.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/autobox/autobox-3.0.2.ebuild
b/dev-perl/autobox/autobox-3.0.2.ebuild
index b11cf593e602..d25ecec61225 100644
--- a/dev-perl/autobox/autobox-3.0.2.ebuild
+++ b/dev-perl/autobox/autobox-3.0.2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Call methods on native types"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="
>=dev-perl/Scope-Guard-0.210.0