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 D16C51382C5 for ; Thu, 3 Dec 2020 07:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2ECCE084A; Thu, 3 Dec 2020 07:13:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D9EE1E084A for ; Thu, 3 Dec 2020 07:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 863A3340F88 for ; Thu, 3 Dec 2020 07:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A597468 for ; Thu, 3 Dec 2020 07:13:15 +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: <1606979591.b7df13765330abcee59e0763e18ce4f6d9b14c97.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.1.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: b7df13765330abcee59e0763e18ce4f6d9b14c97 X-VCS-Branch: master Date: Thu, 3 Dec 2020 07:13:15 +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: 4ba3be73-13f8-4d6a-b442-9b7261511541 X-Archives-Hash: 47853d53f57bbfae37d4964f1082103a commit: b7df13765330abcee59e0763e18ce4f6d9b14c97 Author: Matthew Thode gentoo org> AuthorDate: Thu Dec 3 07:12:54 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Dec 3 07:13:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7df1376 app-admin/ansible: 2.10.1 stable amd64/x86 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible/ansible-2.10.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-admin/ansible/ansible-2.10.1.ebuild b/app-admin/ansible/ansible-2.10.1.ebuild index 3bfcb1fab2c..e14d7dc9552 100644 --- a/app-admin/ansible/ansible-2.10.1.ebuild +++ b/app-admin/ansible/ansible-2.10.1.ebuild @@ -15,10 +15,9 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ansible/ansible.git" EGIT_BRANCH="devel" - 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"