Diff soapybladerf-0.4.1 with a soapybladerf-9999
| /usr/portage/net-wireless/soapybladerf/soapybladerf-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 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
inherit cmake |
| 7 | 7 | |
| ... | ... | |
| 12 | 12 |
EGIT_REPO_URI="https://github.com/pothosware/SoapyBladeRF.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/SoapyBladeRF/archive/soapy-bladerf-${PV}.tar.gz -> ${P}.tar.gz"
|
| 17 | 17 |
S="${WORKDIR}"/SoapyBladeRF-soapy-bladerf-"${PV}"
|
| 18 | 18 |
fi |
| ... | ... | |
| 23 | 23 |
RDEPEND="net-wireless/soapysdr:= |
| 24 | 24 |
>=net-wireless/bladerf-2018.08:=" |
| 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 |
} |
|