diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-04-30 20:07:32 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-04-30 20:09:02 +0100 |
commit | 07976232f4ebabda17ae9443186c40174e60295e (patch) | |
tree | a576e906efcbbab374fff7cc6fae2d6cc76fc918 /net-wireless/soapysdr | |
parent | net-wireless/soapyhackrf: keyword 0.3.3-r1 for ~riscv (diff) | |
download | gentoo-07976232f4ebabda17ae9443186c40174e60295e.tar.gz gentoo-07976232f4ebabda17ae9443186c40174e60295e.tar.bz2 gentoo-07976232f4ebabda17ae9443186c40174e60295e.zip |
net-wireless/soapysdr: keyword 0.7.2 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-wireless/soapysdr')
-rw-r--r-- | net-wireless/soapysdr/soapysdr-0.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild index 0d446573c63d..f9ebcebd59f1 100644 --- a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild +++ b/net-wireless/soapysdr/soapysdr-0.7.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 @@ -15,7 +15,7 @@ if [ "${PV}" = "9999" ]; then EGIT_CLONE_TYPE="shallow" inherit git-r3 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}" fi |