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 8B3801382C5 for ; Wed, 13 May 2020 19:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C6EE089F; Wed, 13 May 2020 19:28:07 +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 994F4E089F for ; Wed, 13 May 2020 19:28:07 +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 1F7673503A1 for ; Wed, 13 May 2020 19:28:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B0E51AC for ; Wed, 13 May 2020 19:28:04 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1589398043.57d4184180adb70c592bf4a377757f13db829c73.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/salt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/salt/salt-2019.2.4.ebuild app-admin/salt/salt-3000.2-r4.ebuild X-VCS-Directories: app-admin/salt/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 57d4184180adb70c592bf4a377757f13db829c73 X-VCS-Branch: master Date: Wed, 13 May 2020 19:28:04 +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: 05dc2227-5758-492d-996e-8578014e44f2 X-Archives-Hash: eb6ccb58c94c33ff611a2899f80a837a commit: 57d4184180adb70c592bf4a377757f13db829c73 Author: Mike Gilbert gentoo org> AuthorDate: Wed May 13 19:27:23 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed May 13 19:27:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d41841 app-admin/salt: remove duplicate KEYWORDS definition Signed-off-by: Mike Gilbert gentoo.org> app-admin/salt/salt-2019.2.4.ebuild | 1 - app-admin/salt/salt-3000.2-r4.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/app-admin/salt/salt-2019.2.4.ebuild b/app-admin/salt/salt-2019.2.4.ebuild index 37adb4ff1a4..c83b74b8830 100644 --- a/app-admin/salt/salt-2019.2.4.ebuild +++ b/app-admin/salt/salt-2019.2.4.ebuild @@ -15,7 +15,6 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" - KEYWORDS="" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/app-admin/salt/salt-3000.2-r4.ebuild b/app-admin/salt/salt-3000.2-r4.ebuild index 18e6c5d9b13..cbd4ed11ead 100644 --- a/app-admin/salt/salt-3000.2-r4.ebuild +++ b/app-admin/salt/salt-3000.2-r4.ebuild @@ -15,7 +15,6 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" - KEYWORDS="amd64" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz https://dev.gentoo.org/~chutzpah/dist/salt/salt-3000.2-py38-misc.patch.gz"