diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-06-16 16:18:56 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-06-16 16:21:42 -0500 |
commit | aa4caa53eac6aef31a1478d6056af83830ded6f8 (patch) | |
tree | 661be59647ffcbef36a6a6722476e02bb46af5f6 /app-admin/ansible-core | |
parent | dev-python/python-rtmidi: fix building against newer meson-python (diff) | |
download | gentoo-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.ebuild | 2 |
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" |