commit: c4804a6fdf7ff3159d719622727074083eeba2e6 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com> AuthorDate: Sun Nov 2 19:17:45 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Nov 3 21:44:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4804a6f
net-wireless/gnuradio: pyqtgraph only required with pyqt5 Add qt5 USE dependency: Bug: https://bugs.gentoo.org/954887 Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44419 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-wireless/gnuradio/gnuradio-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index a7011ffe6be8..ed9174d5b97c 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -67,7 +67,7 @@ RDEPEND="${PYTHON_DEPS} ) filter? ( dev-python/scipy - $(python_gen_cond_dep 'dev-python/pyqtgraph[${PYTHON_USEDEP}]') + qt5? ( $(python_gen_cond_dep 'dev-python/pyqtgraph[qt5,${PYTHON_USEDEP}]') ) ) grc? ( $(python_gen_cond_dep 'dev-python/mako[${PYTHON_USEDEP}]
