summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-01-06 10:37:03 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2023-01-06 10:38:23 -0600
commit10403fdc538025d653dba4209e3f1aff2d82dad8 (patch)
treeacd4621647357469bc1fd09e45e3228ffbafe171
parentnet-misc/openvswitch: fix installation with merged-usr (diff)
downloadgentoo-10403fdc538025d653dba4209e3f1aff2d82dad8.tar.gz
gentoo-10403fdc538025d653dba4209e3f1aff2d82dad8.tar.bz2
gentoo-10403fdc538025d653dba4209e3f1aff2d82dad8.zip
app-admin/ansible-core: stabilize 2.13.7 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--app-admin/ansible-core/ansible-core-2.13.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.13.7.ebuild b/app-admin/ansible-core/ansible-core-2.13.7.ebuild
index 3655837bc68d..49eef88be33c 100644
--- a/app-admin/ansible-core/ansible-core-2.13.7.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.13.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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"