diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-28 16:10:51 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-28 16:15:07 -0500 |
commit | 6bb34d6c2e1772f8a6b640a7333f3ec6c94f3dc5 (patch) | |
tree | 5ead4983d959a56c3e0acb5af6a74fd51e536bb8 /app-admin/ansible-core | |
parent | dev-ruby/typeprof: Stabilize 0.21.3 arm, #903391 (diff) | |
download | gentoo-6bb34d6c2e1772f8a6b640a7333f3ec6c94f3dc5.tar.gz gentoo-6bb34d6c2e1772f8a6b640a7333f3ec6c94f3dc5.tar.bz2 gentoo-6bb34d6c2e1772f8a6b640a7333f3ec6c94f3dc5.zip |
app-admin/ansible-core: stabilize 2.14.3 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible-core')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.14.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |