diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-12 18:16:37 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-12 18:16:59 -0600 |
commit | 3eb49712386a179e6fa40588657c412c9dc1e634 (patch) | |
tree | d94948a969b8e09c7e55a0600ee58122c0459507 /app-admin/ansible | |
parent | app-admin/ansible: stabilize 8.7.0 for amd64, arm64, x86 (diff) | |
download | gentoo-3eb49712386a179e6fa40588657c412c9dc1e634.tar.gz gentoo-3eb49712386a179e6fa40588657c412c9dc1e634.tar.bz2 gentoo-3eb49712386a179e6fa40588657c412c9dc1e634.zip |
app-admin/ansible: stabilize 9.1.0 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-9.1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-9.1.0.ebuild b/app-admin/ansible/ansible-9.1.0.ebuild index dfde603bf889..09a9b1e9bd54 100644 --- a/app-admin/ansible/ansible-9.1.0.ebuild +++ b/app-admin/ansible/ansible-9.1.0.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) @@ -12,7 +13,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.16.0 |