commit: 3af5112af87881f77ff4696c6ed9c55e19aa3d23 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon May 20 17:57:50 2024 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon May 20 18:00:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af5112a
app-admin/ansible-core: stabilize 2.16.6 for amd64, arm64, x86 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-admin/ansible-core/ansible-core-2.16.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible-core/ansible-core-2.16.6.ebuild b/app-admin/ansible-core/ansible-core-2.16.6.ebuild index 45a1511c7489..7e0388815e05 100644 --- a/app-admin/ansible-core/ansible-core-2.16.6.ebuild +++ b/app-admin/ansible-core/ansible-core-2.16.6.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"