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 10DD6158020 for ; Wed, 7 Dec 2022 19:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 493C9E07A5; Wed, 7 Dec 2022 19:19:28 +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 2F0CDE07A5 for ; Wed, 7 Dec 2022 19:19:28 +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 4C1A134117D for ; Wed, 7 Dec 2022 19:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2D706F2 for ; Wed, 7 Dec 2022 19:19:25 +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: <1670440715.7958e2d079294590f778d744aff4c2298b94d7d9.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.13.6.ebuild X-VCS-Directories: app-admin/ansible-core/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 7958e2d079294590f778d744aff4c2298b94d7d9 X-VCS-Branch: master Date: Wed, 7 Dec 2022 19:19:25 +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: 8924382e-09bf-430f-bfa9-d07701d44f90 X-Archives-Hash: 9dd054de6028f0d5811af458457619ec commit: 7958e2d079294590f778d744aff4c2298b94d7d9 Author: Matthew Thode gentoo org> AuthorDate: Wed Dec 7 19:18:35 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Dec 7 19:18:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7958e2d0 app-admin/ansible-core: stabilize 2.13.6 for amd64, arm64, x86 Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible-core/ansible-core-2.13.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible-core/ansible-core-2.13.6.ebuild b/app-admin/ansible-core/ansible-core-2.13.6.ebuild index 3655837bc68d..dc98f352bb3f 100644 --- a/app-admin/ansible-core/ansible-core-2.13.6.ebuild +++ b/app-admin/ansible-core/ansible-core-2.13.6.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"