commit: a578237d804e028eb118ad990517e30478f59136
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 08:51:10 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 08:51:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a578237d
app-admin/ansible-core: Stabilize 2.18.1-r1 arm64, #947885
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild
b/app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild
index 59a4cb8c1778..87d16b575dd4 100644
--- a/app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 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
inherit pypi
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+ KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
fi
LICENSE="GPL-3"