diff options
author | Sergey Alirzaev <l29ah@riseup.net> | 2022-07-19 02:05:35 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-19 01:48:30 +0000 |
commit | 0cee850025c3c3000cf0f5beaf26cb3e09f6b5b8 (patch) | |
tree | bf8a55359c9f38878802ef56131453bc8a42ff1f /net-wireless/gr-osmosdr | |
parent | dev-python/imageio: add 2.19.5 (diff) | |
download | gentoo-0cee850025c3c3000cf0f5beaf26cb3e09f6b5b8.tar.gz gentoo-0cee850025c3c3000cf0f5beaf26cb3e09f6b5b8.tar.bz2 gentoo-0cee850025c3c3000cf0f5beaf26cb3e09f6b5b8.zip |
net-wireless/gr-osmosdr: allow building live with gnuradio-3.10
it supports both 3.8 and 3.10 these days
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/26468
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless/gr-osmosdr')
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild index 13f977a568d6..f7f6ffa7ed06 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit cmake python-single-r1 @@ -24,7 +24,7 @@ IUSE="airspy bladerf hackrf iqbalance python rtlsdr sdrplay soapy uhd" #xtrx? ( net-wireless/libxtrx ) RDEPEND="${PYTHON_DEPS} dev-libs/boost:= - =net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}] + net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}] sci-libs/volk:= airspy? ( net-wireless/airspy ) bladerf? ( >=net-wireless/bladerf-2018.08_rc1:= ) |