diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-04 14:58:44 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-04 14:58:44 -0600 |
commit | 05152438753542b242aab8bc3c59a5bba53542a5 (patch) | |
tree | 00d83c1a7afe9afa7eddf8c8f3cb8ae1c53e24cc /app-admin/ansible | |
parent | app-admin/ansible-core: stabilize 2.16.1 for amd64, arm64, x86 (diff) | |
download | gentoo-05152438753542b242aab8bc3c59a5bba53542a5.tar.gz gentoo-05152438753542b242aab8bc3c59a5bba53542a5.tar.bz2 gentoo-05152438753542b242aab8bc3c59a5bba53542a5.zip |
app-admin/ansible: stabilize 8.6.1 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible')
-rw-r--r-- | app-admin/ansible/ansible-8.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-8.6.1.ebuild b/app-admin/ansible/ansible-8.6.1.ebuild index 05eb18736a9c..5116f9b3eeac 100644 --- a/app-admin/ansible/ansible-8.6.1.ebuild +++ b/app-admin/ansible/ansible-8.6.1.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 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.ansible.com/" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" RESTRICT="test" RDEPEND=">=app-admin/ansible-core-2.15.0 |