diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-05-20 12:57:50 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-05-20 13:00:59 -0500 |
commit | 3af5112af87881f77ff4696c6ed9c55e19aa3d23 (patch) | |
tree | 6a0afee185a5894150d1d544b4a03fd2ab326b76 /app-admin/ansible-core | |
parent | sys-apps/util-linux: init script tweaks (diff) | |
download | gentoo-3af5112af87881f77ff4696c6ed9c55e19aa3d23.tar.gz gentoo-3af5112af87881f77ff4696c6ed9c55e19aa3d23.tar.bz2 gentoo-3af5112af87881f77ff4696c6ed9c55e19aa3d23.zip |
app-admin/ansible-core: stabilize 2.16.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.16.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.16.6.ebuild b/app-admin/ansible-core/ansible-core-2.16.6.ebuild index 45a1511c7489..7e0388815e05 100644 --- a/app-admin/ansible-core/ansible-core-2.16.6.ebuild +++ b/app-admin/ansible-core/ansible-core-2.16.6.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" |