diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-25 21:54:30 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-25 21:55:17 -0500 |
commit | 91b09d2c1ce36138d7bbcfa0a5f92ca529b68898 (patch) | |
tree | 0ea189808e0859b2065696b2f5a1346a1c7ab058 /app-admin | |
parent | sys-devel/gcc: backport split match.pd changes to 13.1.1_p20230520 (diff) | |
download | gentoo-91b09d2c1ce36138d7bbcfa0a5f92ca529b68898.tar.gz gentoo-91b09d2c1ce36138d7bbcfa0a5f92ca529b68898.tar.bz2 gentoo-91b09d2c1ce36138d7bbcfa0a5f92ca529b68898.zip |
app-admin/ansible-core: stabilize 2.14.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.14.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.14.5.ebuild b/app-admin/ansible-core/ansible-core-2.14.5.ebuild index 66c67a2e2ac7..c9e4dbcd003a 100644 --- a/app-admin/ansible-core/ansible-core-2.14.5.ebuild +++ b/app-admin/ansible-core/ansible-core-2.14.5.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="devel" else inherit pypi - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" fi LICENSE="GPL-3" |