diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-18 11:18:06 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-18 11:18:06 +0300 |
commit | f165572239645b420f442882638c2b02b6916e81 (patch) | |
tree | 7d3972fc4e7eca011e8e9e8cfb87aa8b31a1e7c9 /net-wireless/soapysdr | |
parent | net-libs/libad9361-iio: Stabilize 0.3 amd64, #908603 (diff) | |
download | gentoo-f165572239645b420f442882638c2b02b6916e81.tar.gz gentoo-f165572239645b420f442882638c2b02b6916e81.tar.bz2 gentoo-f165572239645b420f442882638c2b02b6916e81.zip |
net-wireless/soapysdr: Stabilize 0.8.1 amd64, #908603
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-wireless/soapysdr')
-rw-r--r-- | net-wireless/soapysdr/soapysdr-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild index fa9402a85678..fae8341b7d65 100644 --- a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild +++ b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [ "${PV}" = "9999" ]; then EGIT_CLONE_TYPE="shallow" inherit git-r3 else - KEYWORDS="~amd64 ~arm ~riscv ~x86" + KEYWORDS="amd64 ~arm ~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 |