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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D47A1581E7 for ; Fri, 26 Apr 2024 14:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E20C7E29D6; Fri, 26 Apr 2024 14:01:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2BE0E29D6 for ; Fri, 26 Apr 2024 14:01:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FA7733BEA5 for ; Fri, 26 Apr 2024 14:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58FE4173B for ; Fri, 26 Apr 2024 14:01:40 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1714140096.b0da52f49a3aa35ffc384d1ecdcbe651d4edfe83.prometheanfire@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.16.5.ebuild X-VCS-Directories: app-admin/ansible-core/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: b0da52f49a3aa35ffc384d1ecdcbe651d4edfe83 X-VCS-Branch: master Date: Fri, 26 Apr 2024 14:01:40 +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: b38c69bb-d41d-409a-ac89-7d94b9bf6b89 X-Archives-Hash: 039c45522bc967c295d1954cdd395634 commit: b0da52f49a3aa35ffc384d1ecdcbe651d4edfe83 Author: Matthew Thode gentoo org> AuthorDate: Fri Apr 26 14:00:50 2024 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Apr 26 14:01:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0da52f4 app-admin/ansible-core: stabilize 2.16.5 for amd64, arm64, x86 Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible-core/ansible-core-2.16.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible-core/ansible-core-2.16.5.ebuild b/app-admin/ansible-core/ansible-core-2.16.5.ebuild index a9e25609de36..51f3b5d36db1 100644 --- a/app-admin/ansible-core/ansible-core-2.16.5.ebuild +++ b/app-admin/ansible-core/ansible-core-2.16.5.ebuild @@ -18,7 +18,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"