diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-13 15:24:07 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-13 15:25:17 -0600 |
commit | 4603709fad0ecdea64ab016aab5781229e62f238 (patch) | |
tree | ce70886b629c6f31776b61765b97f1d63179fe22 /app-admin/ansible | |
parent | app-admin/ansible-core: stabilize 2.13.5 for amd64, arm64, x86 (diff) | |
download | gentoo-4603709fad0ecdea64ab016aab5781229e62f238.tar.gz gentoo-4603709fad0ecdea64ab016aab5781229e62f238.tar.bz2 gentoo-4603709fad0ecdea64ab016aab5781229e62f238.zip |
app-admin/ansible: stabilize 6.5.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-6.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible/ansible-6.5.0.ebuild b/app-admin/ansible/ansible-6.5.0.ebuild index cf0da827da5f..9a54e321f412 100644 --- a/app-admin/ansible/ansible-6.5.0.ebuild +++ b/app-admin/ansible/ansible-6.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 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.13.0 |