From feeb882bcbe320a48081b8540c9d7bc7613c6cfb Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 4 May 2025 21:22:25 +0100 Subject: [PATCH] app-admin/ansible-core: Stabilize 2.18.3 arm64, #954501 Signed-off-by: Sam James --- app-admin/ansible-core/ansible-core-2.18.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible-core/ansible-core-2.18.3.ebuild b/app-admin/ansible-core/ansible-core-2.18.3.ebuild index aed517a95f9e5..ac38dbddfc5b2 100644 --- a/app-admin/ansible-core/ansible-core-2.18.3.ebuild +++ b/app-admin/ansible-core/ansible-core-2.18.3.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="devel" else inherit pypi - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" fi LICENSE="GPL-3"