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 BE2CB15800F for ; Mon, 6 Feb 2023 23:50:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E22BDE07D8; Mon, 6 Feb 2023 23:50:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83345E07D8 for ; Mon, 6 Feb 2023 23:50:17 +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 72C0E340AB2 for ; Mon, 6 Feb 2023 23:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9F1E893 for ; Mon, 6 Feb 2023 23:50:14 +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: <1675727410.a7b49f53a5e7f2ac9b81f90dc9305c67c972c8f1.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.14.2.ebuild X-VCS-Directories: app-admin/ansible-core/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: a7b49f53a5e7f2ac9b81f90dc9305c67c972c8f1 X-VCS-Branch: master Date: Mon, 6 Feb 2023 23:50: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: 3befea68-2ba6-4ae3-8f6f-d101c7ce641e X-Archives-Hash: 3c6427baf7d5085bfa915e86e88524f3 commit: a7b49f53a5e7f2ac9b81f90dc9305c67c972c8f1 Author: Matthew Thode gentoo org> AuthorDate: Mon Feb 6 23:50:01 2023 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Feb 6 23:50:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b49f53 app-admin/ansible-core: stabilize 2.14.2 for amd64, arm64, x86 Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible-core/ansible-core-2.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible-core/ansible-core-2.14.2.ebuild b/app-admin/ansible-core/ansible-core-2.14.2.ebuild index 84f6bffd432f..ee8d323e90b5 100644 --- a/app-admin/ansible-core/ansible-core-2.14.2.ebuild +++ b/app-admin/ansible-core/ansible-core-2.14.2.ebuild @@ -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"