diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-10 13:28:13 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-10 13:30:57 -0600 |
commit | b6ca9d81645ffbf7e9b0228719ec00cda23e6dc9 (patch) | |
tree | 0f90a8892ccc084af4d9af2bda56f2266b3b7d75 /app-admin | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 6.6.1 (diff) | |
download | gentoo-b6ca9d81645ffbf7e9b0228719ec00cda23e6dc9.tar.gz gentoo-b6ca9d81645ffbf7e9b0228719ec00cda23e6dc9.tar.bz2 gentoo-b6ca9d81645ffbf7e9b0228719ec00cda23e6dc9.zip |
app-admin/ansible-core: stabilize 2.14.11 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.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.14.11.ebuild b/app-admin/ansible-core/ansible-core-2.14.11.ebuild index 66c67a2e2ac7..c9e4dbcd003a 100644 --- a/app-admin/ansible-core/ansible-core-2.14.11.ebuild +++ b/app-admin/ansible-core/ansible-core-2.14.11.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" |