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 C71B615808E for ; Sat, 30 Apr 2022 19:09:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B77AE09E1; Sat, 30 Apr 2022 19:09:15 +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 D923DE09E1 for ; Sat, 30 Apr 2022 19:09:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE43134162A for ; Sat, 30 Apr 2022 19:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9316B447 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: <1651345740.475e6d3d73d3f7c17eba924e16433d278efcdeca.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild X-VCS-Directories: net-wireless/soapyuhd/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 475e6d3d73d3f7c17eba924e16433d278efcdeca 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: 7a1fb6bc-676a-44dc-8efa-a7616c59c506 X-Archives-Hash: 63663e400379f5d345fa252cb273b0bc commit: 475e6d3d73d3f7c17eba924e16433d278efcdeca Author: Marek Szuba gentoo org> AuthorDate: Sat Apr 30 19:06:25 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Apr 30 19:09:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475e6d3d net-wireless/soapyuhd: keyword 0.4.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild index dba31a72d677..9e56c6865685 100644 --- a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild +++ b/net-wireless/soapyuhd/soapyuhd-0.4.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/SoapyUHD.git" inherit git-r3 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}" fi