Diff bladerf-2021.03-r1 with a bladerf-2023.02
| /usr/portage/net-wireless/bladerf/bladerf-2023.02.ebuild 2025-07-29 16:22:17.300467611 +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 |
| ... | ... | |
| 39 | 39 |
virtual/pkgconfig" |
| 40 | 40 |
RDEPEND="${CDEPEND}
|
| 41 | 41 |
>=net-wireless/bladerf-firmware-2.4.0 |
| 42 |
>=net-wireless/bladerf-fpga-0.12.0" |
|
| 42 |
>=net-wireless/bladerf-fpga-0.15.0" |
|
| 43 | ||
| 44 |
PATCHES=( "${FILESDIR}/bladerf-cmake-glob.patch" )
|
|
| 43 | 45 | |
| 44 | 46 |
src_unpack() {
|
| 45 | 47 |
if [ "${PV}" = "9999" ]; then
|