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 A2109158094 for ; Fri, 12 Aug 2022 10:19:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC1EE0B14; Fri, 12 Aug 2022 10:19:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C1BC8E0B14 for ; Fri, 12 Aug 2022 10:19:07 +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 05C7D341360 for ; Fri, 12 Aug 2022 10:19:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A783571 for ; Fri, 12 Aug 2022 10:19:04 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1660299520.7c00448c368dfd27c076fe3cecc67e2572cb9b70.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/salt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/salt/salt-3004.2-r1.ebuild X-VCS-Directories: app-admin/salt/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 7c00448c368dfd27c076fe3cecc67e2572cb9b70 X-VCS-Branch: master Date: Fri, 12 Aug 2022 10:19: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: 96a41ec4-ce8b-4da4-bb2c-450c7f7fbd50 X-Archives-Hash: 3abbe1d8b63818e62351854d2c7104af commit: 7c00448c368dfd27c076fe3cecc67e2572cb9b70 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Aug 12 10:18:40 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Aug 12 10:18:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c00448c app-admin/salt: x86 stable wrt bug #864823 Signed-off-by: Agostino Sarubbo gentoo.org> app-admin/salt/salt-3004.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/salt/salt-3004.2-r1.ebuild b/app-admin/salt/salt-3004.2-r1.ebuild index 639e2864204a..c1dde00d1ca1 100644 --- a/app-admin/salt/salt-3004.2-r1.ebuild +++ b/app-admin/salt/salt-3004.2-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then SRC_URI="" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi LICENSE="Apache-2.0"