diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-12 18:11:05 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-12 18:16:55 -0600 |
commit | 3a84906fc51751082ba0e30dad5d27e7dbdf817a (patch) | |
tree | 4c9ddf9d07b6f308735dcc0d4127462c4f403355 /app-admin | |
parent | x11-drivers/nvidia-drivers: depend on xorg-proto for static-libs (diff) | |
download | gentoo-3a84906fc51751082ba0e30dad5d27e7dbdf817a.tar.gz gentoo-3a84906fc51751082ba0e30dad5d27e7dbdf817a.tar.bz2 gentoo-3a84906fc51751082ba0e30dad5d27e7dbdf817a.zip |
app-admin/ansible-core: stabilize 2.14.13 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.14.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.14.13.ebuild b/app-admin/ansible-core/ansible-core-2.14.13.ebuild index 66c67a2e2ac7..756b42643396 100644 --- a/app-admin/ansible-core/ansible-core-2.14.13.ebuild +++ b/app-admin/ansible-core/ansible-core-2.14.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |