diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-07 13:19:17 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-07 13:19:17 -0600 |
commit | e931412c56919c3bbf639cb043ccf1b0205ec73f (patch) | |
tree | 3f1eaec54e0ec4cd3bfc25c5e4c9169a0a4d3e60 /app-admin | |
parent | app-admin/ansible-core: stabilize 2.14.0-r1 for amd64, arm64, x86 (diff) | |
download | gentoo-e931412c56919c3bbf639cb043ccf1b0205ec73f.tar.gz gentoo-e931412c56919c3bbf639cb043ccf1b0205ec73f.tar.bz2 gentoo-e931412c56919c3bbf639cb043ccf1b0205ec73f.zip |
app-admin/ansible: stabilize 6.6.0 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible/ansible-6.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible/ansible-6.6.0.ebuild b/app-admin/ansible/ansible-6.6.0.ebuild index cf0da827da5f..9a54e321f412 100644 --- a/app-admin/ansible/ansible-6.6.0.ebuild +++ b/app-admin/ansible/ansible-6.6.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 |