diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-28 16:12:58 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-28 16:15:09 -0500 |
commit | e62cf94ab1cb7b2ac57f795fada9511306c87f39 (patch) | |
tree | 83b73788cc3c601d88c38bbcf098ec73c14de70b /app-admin/ansible-core | |
parent | app-admin/ansible-core: add 2.14.4 (diff) | |
download | gentoo-e62cf94ab1cb7b2ac57f795fada9511306c87f39.tar.gz gentoo-e62cf94ab1cb7b2ac57f795fada9511306c87f39.tar.bz2 gentoo-e62cf94ab1cb7b2ac57f795fada9511306c87f39.zip |
app-admin/ansible-core: stabilize 2.13.8 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible-core')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.13.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.13.8.ebuild b/app-admin/ansible-core/ansible-core-2.13.8.ebuild index 84f6bffd432f..ee8d323e90b5 100644 --- a/app-admin/ansible-core/ansible-core-2.13.8.ebuild +++ b/app-admin/ansible-core/ansible-core-2.13.8.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" |