diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-09-15 16:50:33 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-09-15 16:53:54 -0500 |
commit | db719af2dd6ed98255b29c52c0a95ec1211ad734 (patch) | |
tree | b0976199f6a34401c02eb6d5fb0c166a06acbf32 /app-admin/ansible-core | |
parent | app-admin/augeas: drop 1.14.0-r2 (diff) | |
download | gentoo-db719af2dd6ed98255b29c52c0a95ec1211ad734.tar.gz gentoo-db719af2dd6ed98255b29c52c0a95ec1211ad734.tar.bz2 gentoo-db719af2dd6ed98255b29c52c0a95ec1211ad734.zip |
app-admin/ansible-core: stabilize 2.14.9 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.14.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.14.9.ebuild b/app-admin/ansible-core/ansible-core-2.14.9.ebuild index 66c67a2e2ac7..c9e4dbcd003a 100644 --- a/app-admin/ansible-core/ansible-core-2.14.9.ebuild +++ b/app-admin/ansible-core/ansible-core-2.14.9.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" |