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 27A7315813A for ; Sat, 11 Jan 2025 11:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EC6EE09CD; Sat, 11 Jan 2025 11:25:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2A479E09CD for ; Sat, 11 Jan 2025 11:25: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 218EA342FB2 for ; Sat, 11 Jan 2025 11:25:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F35204B for ; Sat, 11 Jan 2025 11:25:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736594678.fd9beae7224636d28d23f501e7295b45b425a078.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fd9beae7224636d28d23f501e7295b45b425a078 X-VCS-Branch: master Date: Sat, 11 Jan 2025 11:25: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: 7953539e-f51d-49ca-8f3d-4514b491100d X-Archives-Hash: e04e714d6ff8dd346a119d702f5d3383 commit: fd9beae7224636d28d23f501e7295b45b425a078 Author: Sam James gentoo org> AuthorDate: Sat Jan 11 11:24:38 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 11 11:24:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9beae7 app-admin/ansible-core: Stabilize 2.18.1-r1 x86, #947885 Signed-off-by: Sam James gentoo.org> app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 68c8b1e0d66f..ac38dbddfc5b 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 @@ -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"