commit:     e9e01ff5bbde52c4f68354927d3f3f31abe522ce
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 13:27:34 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 14:23:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e01ff5

net-wireless/gnuradio: Drop blocking version dependendy

Blocking install if version <gnuradio-3.10 is installed is not really
needed.

Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild | 3 ---
 net-wireless/gnuradio/gnuradio-9999.ebuild     | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild 
b/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild
index 5e21cefe2fdd..87023a4ce0be 100644
--- a/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild
@@ -114,10 +114,7 @@ RDEPEND="${PYTHON_DEPS}
        zeromq? ( >=net-libs/zeromq-2.1.11:= )
 "
 
-#That's right, it can't build if gnuradio 3.8 is installed
-#Both due to build failure, and then file collision due to bundled volk
 DEPEND="${RDEPEND}
-       !!<net-wireless/gnuradio-3.10
        app-text/docbook-xml-dtd:4.2
        $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]')
        $(python_gen_cond_dep 'dev-python/pygccxml[${PYTHON_USEDEP}]')

diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild 
b/net-wireless/gnuradio/gnuradio-9999.ebuild
index 5e21cefe2fdd..87023a4ce0be 100644
--- a/net-wireless/gnuradio/gnuradio-9999.ebuild
+++ b/net-wireless/gnuradio/gnuradio-9999.ebuild
@@ -114,10 +114,7 @@ RDEPEND="${PYTHON_DEPS}
        zeromq? ( >=net-libs/zeromq-2.1.11:= )
 "
 
-#That's right, it can't build if gnuradio 3.8 is installed
-#Both due to build failure, and then file collision due to bundled volk
 DEPEND="${RDEPEND}
-       !!<net-wireless/gnuradio-3.10
        app-text/docbook-xml-dtd:4.2
        $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]')
        $(python_gen_cond_dep 'dev-python/pygccxml[${PYTHON_USEDEP}]')

Reply via email to