diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-07 13:18:35 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-07 13:18:35 -0600 |
commit | 7958e2d079294590f778d744aff4c2298b94d7d9 (patch) | |
tree | c6e73337c3a0f4430e1db5a6d6ea782b253f714f /app-admin | |
parent | app-crypt/certbot-apache: add 2.1.0 (diff) | |
download | gentoo-7958e2d079294590f778d744aff4c2298b94d7d9.tar.gz gentoo-7958e2d079294590f778d744aff4c2298b94d7d9.tar.bz2 gentoo-7958e2d079294590f778d744aff4c2298b94d7d9.zip |
app-admin/ansible-core: stabilize 2.13.6 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.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.13.6.ebuild b/app-admin/ansible-core/ansible-core-2.13.6.ebuild index 3655837bc68d..dc98f352bb3f 100644 --- a/app-admin/ansible-core/ansible-core-2.13.6.ebuild +++ b/app-admin/ansible-core/ansible-core-2.13.6.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" |