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 D1202138359 for ; Fri, 6 Nov 2020 15:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10623E0951; Fri, 6 Nov 2020 15:29:09 +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 E8EA5E0951 for ; Fri, 6 Nov 2020 15:29:08 +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 B8E17335D58 for ; Fri, 6 Nov 2020 15:29:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 371223BE for ; Fri, 6 Nov 2020 15:29:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604676514.19bd4019b442b1a2a1f5e26c0b52a17b9ee9a3ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/salt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/salt/salt-3000.5.ebuild X-VCS-Directories: app-admin/salt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 19bd4019b442b1a2a1f5e26c0b52a17b9ee9a3ea X-VCS-Branch: master Date: Fri, 6 Nov 2020 15:29:06 +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: da303e9d-b8c6-4111-8d1c-2a5e42b74df3 X-Archives-Hash: 99d7f99beb1f81ed2614e67664536760 commit: 19bd4019b442b1a2a1f5e26c0b52a17b9ee9a3ea Author: Sam James gentoo org> AuthorDate: Fri Nov 6 15:28:34 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 6 15:28:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bd4019 app-admin/salt: Stabilize 3000.5 amd64, #753266 Signed-off-by: Sam James gentoo.org> app-admin/salt/salt-3000.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/salt/salt-3000.5.ebuild b/app-admin/salt/salt-3000.5.ebuild index 380351911ba..cbd4ed11ead 100644 --- a/app-admin/salt/salt-3000.5.ebuild +++ b/app-admin/salt/salt-3000.5.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999* ]]; then 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" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="Apache-2.0"