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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4A8F138359 for ; Fri, 16 Oct 2020 03:26:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D70E083B; Fri, 16 Oct 2020 03:26:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BDEFE083B for ; Fri, 16 Oct 2020 03:26:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2FE3340DEC for ; Fri, 16 Oct 2020 03:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DDA03A8 for ; Fri, 16 Oct 2020 03:26:36 +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: <1602818700.251de145bd1920939f0f64e33f269b156eea510d.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.10.0-r2.ebuild app-admin/ansible/ansible-2.9.14.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 251de145bd1920939f0f64e33f269b156eea510d X-VCS-Branch: master Date: Fri, 16 Oct 2020 03:26:36 +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: 5f1f7a12-e4b6-44f2-8ae5-9b91269e05f0 X-Archives-Hash: 8a11bbe99768c18de359a85a38cb4524 commit: 251de145bd1920939f0f64e33f269b156eea510d Author: Matthew Thode gentoo org> AuthorDate: Fri Oct 16 03:25:00 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Oct 16 03:25:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251de145 app-admin/ansible: 2.10.0-r2 stable amd64/arm64/x86 Bug: https://bugs.gentoo.org/749369 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible/ansible-2.10.0-r2.ebuild | 2 +- app-admin/ansible/ansible-2.9.14.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/ansible/ansible-2.10.0-r2.ebuild b/app-admin/ansible/ansible-2.10.0-r2.ebuild index 2086aad0672..8d0840b757f 100644 --- a/app-admin/ansible/ansible-2.10.0-r2.ebuild +++ b/app-admin/ansible/ansible-2.10.0-r2.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then KEYWORDS="" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos" fi LICENSE="GPL-3" diff --git a/app-admin/ansible/ansible-2.9.14.ebuild b/app-admin/ansible/ansible-2.9.14.ebuild index 5641f4825a3..9d495e30b00 100644 --- a/app-admin/ansible/ansible-2.9.14.ebuild +++ b/app-admin/ansible/ansible-2.9.14.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos" IUSE="doc test" RESTRICT="test"