diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-13 15:22:44 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-13 15:25:16 -0600 |
commit | 08c2bbd439b093e702305ec5cfd81091250814bf (patch) | |
tree | 25ef5d1e7f9e3aed01e88e4d665eb73d9938b08e /app-admin | |
parent | app-admin/ansible-core: stabilize 2.12.10 for amd64, arm64, x86 (diff) | |
download | gentoo-08c2bbd439b093e702305ec5cfd81091250814bf.tar.gz gentoo-08c2bbd439b093e702305ec5cfd81091250814bf.tar.bz2 gentoo-08c2bbd439b093e702305ec5cfd81091250814bf.zip |
app-admin/ansible-core: stabilize 2.13.5 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.13.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.13.5.ebuild b/app-admin/ansible-core/ansible-core-2.13.5.ebuild index 3655837bc68d..dc98f352bb3f 100644 --- a/app-admin/ansible-core/ansible-core-2.13.5.ebuild +++ b/app-admin/ansible-core/ansible-core-2.13.5.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="devel" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" fi LICENSE="GPL-3" |