diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-23 14:23:20 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-23 14:25:40 -0500 |
commit | 85745d77fa8074f542945809c72bb590858b769c (patch) | |
tree | 699ec6fd753aecd80f39c079aa0a1858413eac19 /app-admin/ansible-base | |
parent | app-admin/ansible: 4.3.0 stable amd64/x86/arm64 (diff) | |
download | gentoo-85745d77fa8074f542945809c72bb590858b769c.tar.gz gentoo-85745d77fa8074f542945809c72bb590858b769c.tar.bz2 gentoo-85745d77fa8074f542945809c72bb590858b769c.zip |
app-admin/ansible-base: 2.11.3 stable amd64/x86/arm64
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible-base')
-rw-r--r-- | app-admin/ansible-base/ansible-base-2.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-base/ansible-base-2.11.3.ebuild b/app-admin/ansible-base/ansible-base-2.11.3.ebuild index 459607c5a037..a1ac0e17abf8 100644 --- a/app-admin/ansible-base/ansible-base-2.11.3.ebuild +++ b/app-admin/ansible-base/ansible-base-2.11.3.ebuild @@ -19,7 +19,7 @@ else MY_PN="${PN/-base/-core}" MY_P="${MY_PN}-${PV}" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos" S="${WORKDIR}"/${MY_P} fi |