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 CB7C015808E 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 22435E09D7; 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 5B387E09D8 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 26218341614 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 6C283443 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: <1651345738.45c3ce5f75867c1cdea2ca21614c49ecf8fc5bbb.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyrtlsdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild X-VCS-Directories: net-wireless/soapyrtlsdr/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 45c3ce5f75867c1cdea2ca21614c49ecf8fc5bbb 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: 88b05c44-2799-4e1d-bc16-4cc7fa007fbb X-Archives-Hash: 12bd8a15c1535cfb2215111a4dcb676d commit: 45c3ce5f75867c1cdea2ca21614c49ecf8fc5bbb Author: Marek Szuba gentoo org> AuthorDate: Sat Apr 30 19:05:48 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Apr 30 19:08:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c3ce5f net-wireless/soapyrtlsdr: keyword 0.3.2 for ~riscv Signed-off-by: Marek Szuba gentoo.org> net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild index c69214fbee0c..a7f4afddc332 100644 --- a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild +++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.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/SoapyRTLSDR.git" inherit git-r3 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtl-sdr-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/SoapyRTLSDR-soapy-rtl-sdr-"${PV}" fi