summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-06-16 16:18:56 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2023-06-16 16:21:42 -0500
commitaa4caa53eac6aef31a1478d6056af83830ded6f8 (patch)
tree661be59647ffcbef36a6a6722476e02bb46af5f6 /app-admin/ansible-core
parentdev-python/python-rtmidi: fix building against newer meson-python (diff)
downloadgentoo-aa4caa53eac6aef31a1478d6056af83830ded6f8.tar.gz
gentoo-aa4caa53eac6aef31a1478d6056af83830ded6f8.tar.bz2
gentoo-aa4caa53eac6aef31a1478d6056af83830ded6f8.zip
app-admin/ansible-core: stabilize 2.15.0 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.15.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.15.0.ebuild b/app-admin/ansible-core/ansible-core-2.15.0.ebuild
index 31aa6a3c7556..1e33996c378b 100644
--- a/app-admin/ansible-core/ansible-core-2.15.0.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.15.0.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"