commit: 10403fdc538025d653dba4209e3f1aff2d82dad8
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 6 16:37:03 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 16:38:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10403fdc
app-admin/ansible-core: stabilize 2.13.7 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-admin/ansible-core/ansible-core-2.13.7.ebuild | 4 ++--
1 file 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"