From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0EA615813A for ; Sat, 11 Jan 2025 08:51:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4894BE0968; Sat, 11 Jan 2025 08:51:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E31EE0968 for ; Sat, 11 Jan 2025 08:51:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40488335D72 for ; Sat, 11 Jan 2025 08:51:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 666C91FC4 for ; Sat, 11 Jan 2025 08:51:14 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1736585470.a578237d804e028eb118ad990517e30478f59136.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild X-VCS-Directories: app-admin/ansible-core/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a578237d804e028eb118ad990517e30478f59136 X-VCS-Branch: master Date: Sat, 11 Jan 2025 08:51:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e477686a-0156-4643-8ffe-a45fb1a2312e X-Archives-Hash: 73fafe2238153a6863bb05bd0d79b2f3 commit: a578237d804e028eb118ad990517e30478f59136 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 11 08:51:10 2025 +0000 Commit: Arthur Zamarin gentoo 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 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"