diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-12 18:12:03 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-12 18:16:57 -0600 |
commit | 5da698cc4ec1097359185c81c6c6bfd308d627b2 (patch) | |
tree | 214b1d7b26085e1a6919b11df9e9002e04a00253 /app-admin/ansible-core | |
parent | app-admin/ansible-core: stabilize 2.15.8 for amd64, arm64, x86 (diff) | |
download | gentoo-5da698cc4ec1097359185c81c6c6bfd308d627b2.tar.gz gentoo-5da698cc4ec1097359185c81c6c6bfd308d627b2.tar.bz2 gentoo-5da698cc4ec1097359185c81c6c6bfd308d627b2.zip |
app-admin/ansible-core: stabilize 2.16.2 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.16.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.16.2.ebuild b/app-admin/ansible-core/ansible-core-2.16.2.ebuild index 31aa6a3c7556..3013d29fa0b5 100644 --- a/app-admin/ansible-core/ansible-core-2.16.2.ebuild +++ b/app-admin/ansible-core/ansible-core-2.16.2.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" |