commit: 0cee850025c3c3000cf0f5beaf26cb3e09f6b5b8 Author: Sergey Alirzaev <l29ah <AT> riseup <DOT> net> AuthorDate: Tue Jul 19 00:05:35 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 19 01:48:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cee8500
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 <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/26468 Signed-off-by: Sam James <sam <AT> gentoo.org> net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 4 ++-- 1 file 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:= )
