diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-12 11:43:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-12 11:43:37 +0200 |
commit | 292f8f0ce9a9c022354592a6405e894df7218b3c (patch) | |
tree | ceccc5109e655ce6f195b6b160d37c041661ecd7 /app-admin | |
parent | dev-python/antlr4-python3-runtime: Stabilize 4.13.2 arm64, #941354 (diff) | |
download | gentoo-292f8f0ce9a9c022354592a6405e894df7218b3c.tar.gz gentoo-292f8f0ce9a9c022354592a6405e894df7218b3c.tar.bz2 gentoo-292f8f0ce9a9c022354592a6405e894df7218b3c.zip |
app-admin/ansible-core: Stabilize 2.17.2 amd64, #941358
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.17.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.17.2.ebuild b/app-admin/ansible-core/ansible-core-2.17.2.ebuild index 786e98e24c1d..f738905c47da 100644 --- a/app-admin/ansible-core/ansible-core-2.17.2.ebuild +++ b/app-admin/ansible-core/ansible-core-2.17.2.ebuild @@ -17,7 +17,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" |