diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 22:25:00 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 22:25:00 -0500 |
commit | 251de145bd1920939f0f64e33f269b156eea510d (patch) | |
tree | fcc4d59e3d43cb9ac9764ff5990cdcc8002bc8a7 /app-admin/ansible | |
parent | app-admin/ansible-base: 2.10.2 stable amd64 arm64 and x86 (diff) | |
download | gentoo-251de145bd1920939f0f64e33f269b156eea510d.tar.gz gentoo-251de145bd1920939f0f64e33f269b156eea510d.tar.bz2 gentoo-251de145bd1920939f0f64e33f269b156eea510d.zip |
app-admin/ansible: 2.10.0-r2 stable amd64/arm64/x86
Bug: https://bugs.gentoo.org/749369
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible')
-rw-r--r-- | app-admin/ansible/ansible-2.10.0-r2.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible/ansible-2.9.14.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-2.10.0-r2.ebuild b/app-admin/ansible/ansible-2.10.0-r2.ebuild index 2086aad0672e..8d0840b757f6 100644 --- a/app-admin/ansible/ansible-2.10.0-r2.ebuild +++ b/app-admin/ansible/ansible-2.10.0-r2.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then KEYWORDS="" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos" fi LICENSE="GPL-3" diff --git a/app-admin/ansible/ansible-2.9.14.ebuild b/app-admin/ansible/ansible-2.9.14.ebuild index 5641f4825a3c..9d495e30b009 100644 --- a/app-admin/ansible/ansible-2.9.14.ebuild +++ b/app-admin/ansible/ansible-2.9.14.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos" IUSE="doc test" RESTRICT="test" |