Diff soapyhackrf-0.3.4 with a soapyhackrf-9999
/usr/portage/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild 2025-07-29 16:22:17.304467627 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
12 | 12 |
EGIT_REPO_URI="https://github.com/pothosware/SoapyHackRF.git" |
13 | 13 |
inherit git-r3 |
14 | 14 |
else |
15 |
KEYWORDS="amd64 ~arm ~riscv ~x86" |
|
15 |
KEYWORDS="~amd64 ~arm ~riscv ~x86" |
|
16 | 16 |
SRC_URI="https://github.com/pothosware/SoapyHackRF/archive/soapy-hackrf-${PV}.tar.gz -> ${P}.tar.gz" |
17 | 17 |
S="${WORKDIR}"/SoapyHackRF-soapy-hackrf-"${PV}" |
18 | 18 |
fi |
... | ... | |
23 | 23 |
RDEPEND="net-wireless/soapysdr:= |
24 | 24 |
net-libs/libhackrf:=" |
25 | 25 |
DEPEND="${RDEPEND}" |
26 | ||
27 |
src_prepare() { |
|
28 |
sed -i -e "s/2.8.7/3.5/" CMakeLists.txt || die |
|
29 |
cmake_src_prepare |
|
30 |
} |