diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:49 +0200 |
commit | 220b71c181b1447aca4e83090a63a95254087517 (patch) | |
tree | f3d9b6ef7b113c004137082bb6ae522a9c1cef69 /net-wireless | |
parent | media-gfx/luminance-hdr: remove boost slot deps (diff) | |
download | gentoo-220b71c181b1447aca4e83090a63a95254087517.tar.gz gentoo-220b71c181b1447aca4e83090a63a95254087517.tar.bz2 gentoo-220b71c181b1447aca4e83090a63a95254087517.zip |
net-wireless/gnuradio: remove boost slot deps
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild index 2b47da9e7097..efd3b42236ee 100644 --- a/net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') $(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]') diff --git a/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild b/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild index f9e22ca10894..7738fd356d4c 100644 --- a/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') $(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]') diff --git a/net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild index a8da90f2bd12..595cec369dc8 100644 --- a/net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') sci-libs/fftw:3.0= diff --git a/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild index 6512288c30b9..99d7fef2db47 100644 --- a/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') sci-libs/fftw:3.0= diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index 1feac15017ac..c52a5e2a707c 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') $(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]') |