diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2022-08-15 15:27:34 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2022-08-15 16:23:27 +0200 |
commit | e9e01ff5bbde52c4f68354927d3f3f31abe522ce (patch) | |
tree | b256a7f0390751de67c2e0b689361e14fa6d9b72 /net-wireless/gnuradio | |
parent | kde.org.eclass: Destructive Frameworks/Plasma/Gear quirk cleanup (diff) | |
download | gentoo-e9e01ff5bbde52c4f68354927d3f3f31abe522ce.tar.gz gentoo-e9e01ff5bbde52c4f68354927d3f3f31abe522ce.tar.bz2 gentoo-e9e01ff5bbde52c4f68354927d3f3f31abe522ce.zip |
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@gentoo.org>
Diffstat (limited to 'net-wireless/gnuradio')
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-9999.ebuild | 3 |
2 files changed, 0 insertions, 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}]') |