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 E6094158091 for ; Tue, 31 May 2022 07:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C734E08F1; Tue, 31 May 2022 07:16:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 11310E08F1 for ; Tue, 31 May 2022 07:16:04 +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 45BDA341AC7 for ; Tue, 31 May 2022 07:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6CD4458 for ; Tue, 31 May 2022 07:16:01 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1653981354.96241ffa021b565647f234bdb834c1b07dc0d50a.jsmolic@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.1-r4.ebuild X-VCS-Directories: app-admin/salt/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 96241ffa021b565647f234bdb834c1b07dc0d50a X-VCS-Branch: master Date: Tue, 31 May 2022 07:16:01 +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: 57895e2e-1754-4c6b-9ef4-cd5ce9fd1a81 X-Archives-Hash: 14f40a32daa512b01b1356a33dd5c942 commit: 96241ffa021b565647f234bdb834c1b07dc0d50a Author: Jakov Smolić gentoo org> AuthorDate: Tue May 31 07:15:54 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue May 31 07:15:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96241ffa app-admin/salt: Keyword 3004.1-r4 riscv, #835717 Signed-off-by: Jakov Smolić gentoo.org> app-admin/salt/salt-3004.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/salt/salt-3004.1-r4.ebuild b/app-admin/salt/salt-3004.1-r4.ebuild index e33415b59625..5352a20caf11 100644 --- a/app-admin/salt/salt-3004.1-r4.ebuild +++ b/app-admin/salt/salt-3004.1-r4.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 x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi LICENSE="Apache-2.0"