commit: a7b49f53a5e7f2ac9b81f90dc9305c67c972c8f1
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 23:50:01 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 23:50:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b49f53
app-admin/ansible-core: stabilize 2.14.2 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-admin/ansible-core/ansible-core-2.14.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ansible-core/ansible-core-2.14.2.ebuild
b/app-admin/ansible-core/ansible-core-2.14.2.ebuild
index 84f6bffd432f..ee8d323e90b5 100644
--- a/app-admin/ansible-core/ansible-core-2.14.2.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_BRANCH="devel"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
fi
LICENSE="GPL-3"