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 D2F2915808F for ; Sat, 30 Apr 2022 17:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17D80E09BE; Sat, 30 Apr 2022 17:51:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 F093FE09BE for ; Sat, 30 Apr 2022 17:51:20 +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 11BAA340F69 for ; Sat, 30 Apr 2022 17:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D75B448 for ; Sat, 30 Apr 2022 17:51:17 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1651341070.6a0ee7028223f271612477e76c87c202c3447e64.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iqbal/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild X-VCS-Directories: net-wireless/gr-iqbal/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6a0ee7028223f271612477e76c87c202c3447e64 X-VCS-Branch: master Date: Sat, 30 Apr 2022 17:51:17 +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: 8587e005-5eac-4bb5-aa17-f28e4f989515 X-Archives-Hash: d75ec6ad0b56607f6cf6e6e7dbb858af commit: 6a0ee7028223f271612477e76c87c202c3447e64 Author: Marek Szuba gentoo org> AuthorDate: Sat Apr 30 17:10:24 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Apr 30 17:51:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0ee702 net-wireless/gr-iqbal: keyword 0.38.2 for ~riscv Signed-off-by: Marek Szuba gentoo.org> net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild index 9e73538bd42b..4a7b4327adeb 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/osmocom/gr-iqbal.git" else SRC_URI="https://github.com/osmocom/gr-iqbal/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~riscv ~x86" fi LICENSE="GPL-3"