commit: 6bb34d6c2e1772f8a6b640a7333f3ec6c94f3dc5
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 21:10:51 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 21:15:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb34d6c
app-admin/ansible-core: stabilize 2.14.3 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-admin/ansible-core/ansible-core-2.14.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ansible-core/ansible-core-2.14.3.ebuild
b/app-admin/ansible-core/ansible-core-2.14.3.ebuild
index e9f5858cfb36..3c7933de840a 100644
--- a/app-admin/ansible-core/ansible-core-2.14.3.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.3.ebuild
@@ -18,7 +18,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"