summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 18:45:16 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:34:28 +0100
commitdf24b2dbf901c5cea862ffbbbe28403b9a261040 (patch)
tree859e8e9a889a9969e9aaf085e8522114fbf45632 /net-wireless/gr-rftap
parentnet-wireless/gr-rds: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-df24b2dbf901c5cea862ffbbbe28403b9a261040.tar.gz
gentoo-df24b2dbf901c5cea862ffbbbe28403b9a261040.tar.bz2
gentoo-df24b2dbf901c5cea862ffbbbe28403b9a261040.zip
net-wireless/gr-rftap: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless/gr-rftap')
-rw-r--r--net-wireless/gr-rftap/gr-rftap-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-wireless/gr-rftap/gr-rftap-9999.ebuild b/net-wireless/gr-rftap/gr-rftap-9999.ebuild
index 621dada2edb8..54059b6ad6cd 100644
--- a/net-wireless/gr-rftap/gr-rftap-9999.ebuild
+++ b/net-wireless/gr-rftap/gr-rftap-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
@@ -22,8 +22,10 @@ SLOT="0/${PV}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- dev-libs/boost:=[${PYTHON_USEDEP}]
- >=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
+ ')
+ >=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_SINGLE_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="