From b840c3dfccafef5d00a6d3b8af54f7ededfd82c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 18:41:53 +0100 Subject: [PATCH] net-wireless/gr-baz: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-wireless/gr-baz/gr-baz-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-wireless/gr-baz/gr-baz-9999.ebuild b/net-wireless/gr-baz/gr-baz-9999.ebuild index e43cd434a9af..36f890e014d4 100644 --- a/net-wireless/gr-baz/gr-baz-9999.ebuild +++ b/net-wireless/gr-baz/gr-baz-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,11 +23,13 @@ IUSE="armadillo doc rtlsdr uhd" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-libs/boost:=[threads,${PYTHON_USEDEP}] - >=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-libs/boost:=[threads,${PYTHON_MULTI_USEDEP}] + ') + >=net-wireless/gnuradio-3.7.0:=[${PYTHON_SINGLE_USEDEP}] armadillo? ( sci-libs/armadillo ) rtlsdr? ( virtual/libusb:1 ) - uhd? ( net-wireless/uhd[${PYTHON_USEDEP}] ) + uhd? ( net-wireless/uhd[${PYTHON_SINGLE_USEDEP}] ) " DEPEND="${RDEPEND} virtual/pkgconfig -- 2.26.2