diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-12-07 17:58:20 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-12-07 17:59:51 -0600 |
commit | 96a7c5cde6d29c70dce585d5197b9248a4dac4b0 (patch) | |
tree | 43cc60307684f8274530aad646ea758d7f12af77 /app-admin/ansible-core | |
parent | app-admin/puppetdb: stabilize 8.2.0 for amd64, x86 (diff) | |
download | gentoo-96a7c5cde6d29c70dce585d5197b9248a4dac4b0.tar.gz gentoo-96a7c5cde6d29c70dce585d5197b9248a4dac4b0.tar.bz2 gentoo-96a7c5cde6d29c70dce585d5197b9248a4dac4b0.zip |
app-admin/ansible-core: stabilize 2.15.6 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.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.15.6.ebuild b/app-admin/ansible-core/ansible-core-2.15.6.ebuild index 31aa6a3c7556..1e33996c378b 100644 --- a/app-admin/ansible-core/ansible-core-2.15.6.ebuild +++ b/app-admin/ansible-core/ansible-core-2.15.6.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" |