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 DE25015808F for ; Sat, 30 Apr 2022 19:09:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FF32E09D9; Sat, 30 Apr 2022 19:09:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFB07E09D9 for ; Sat, 30 Apr 2022 19:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35C2234161B for ; Sat, 30 Apr 2022 19:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F775445 for ; Sat, 30 Apr 2022 19:09:09 +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: <1651345739.2b0f0d76a0f4d1c00a3213ad6252eca69480f194.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyplutosdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild X-VCS-Directories: net-wireless/soapyplutosdr/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2b0f0d76a0f4d1c00a3213ad6252eca69480f194 X-VCS-Branch: master Date: Sat, 30 Apr 2022 19:09:09 +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: c72e9f4d-5467-4206-af2e-cb22401a291c X-Archives-Hash: 1de077255a7462175ebe98f1502e5390 commit: 2b0f0d76a0f4d1c00a3213ad6252eca69480f194 Author: Marek Szuba gentoo org> AuthorDate: Sat Apr 30 19:06:09 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Apr 30 19:08:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0f0d76 net-wireless/soapyplutosdr: keyword 0.2.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild b/net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild index 813d3574f115..25bda885c613 100644 --- a/net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild +++ b/net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/pothosware/SoapyPlutoSDR.git" inherit git-r3 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" COMMIT="782650597b18f311cc97fbb7c6813539e6adef16" SRC_URI="https://github.com/pothosware/SoapyPlutoSDR/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/SoapyPlutoSDR-${COMMIT}