diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-13 15:22:20 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-13 15:25:14 -0600 |
commit | d0d6705fe997150cf0f3f817c00820e70aa92476 (patch) | |
tree | f0218992f7f25c3ce64da2b52b2151e70b9a7756 | |
parent | app-admin/puppet: stabilize 7.20.0 for amd64, x86 (diff) | |
download | gentoo-d0d6705fe997150cf0f3f817c00820e70aa92476.tar.gz gentoo-d0d6705fe997150cf0f3f817c00820e70aa92476.tar.bz2 gentoo-d0d6705fe997150cf0f3f817c00820e70aa92476.zip |
app-admin/ansible-core: stabilize 2.12.10 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.12.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.12.10.ebuild b/app-admin/ansible-core/ansible-core-2.12.10.ebuild index 10e608c937a9..aebbfcec8b52 100644 --- a/app-admin/ansible-core/ansible-core-2.12.10.ebuild +++ b/app-admin/ansible-core/ansible-core-2.12.10.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" |