diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-10-13 14:49:16 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-10-13 14:49:16 -0500 |
commit | 74b83c07f6972b477043cde25cac768c5bf944ec (patch) | |
tree | df4579887f8f6ddd619f105152d9af6e70f4fdd6 /app-admin | |
parent | app-admin/ansible-core: stabilize 2.14.10 for amd64, arm64, x86 (diff) | |
download | gentoo-74b83c07f6972b477043cde25cac768c5bf944ec.tar.gz gentoo-74b83c07f6972b477043cde25cac768c5bf944ec.tar.bz2 gentoo-74b83c07f6972b477043cde25cac768c5bf944ec.zip |
app-admin/ansible-core: stabilize 2.15.4 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.15.4.ebuild b/app-admin/ansible-core/ansible-core-2.15.4.ebuild index 31aa6a3c7556..1e33996c378b 100644 --- a/app-admin/ansible-core/ansible-core-2.15.4.ebuild +++ b/app-admin/ansible-core/ansible-core-2.15.4.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" |