Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-air-modes/
Date: Sun, 09 Feb 2020 16:34:42
Message-Id: 1581266060.e849bd6cd05b80a84459084fa1dde6a90c030aaf.mgorny@gentoo
1 commit: e849bd6cd05b80a84459084fa1dde6a90c030aaf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:41:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:34:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e849bd6c
7
8 net-wireless/gr-air-modes: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/gr-air-modes/gr-air-modes-9999.ebuild | 16 +++++++++-------
13 1 file changed, 9 insertions(+), 7 deletions(-)
14
15 diff --git a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild
16 index 5f10964933f..c0aad83ffd8 100644
17 --- a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild
18 +++ b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild
19 @@ -24,16 +24,18 @@ IUSE="fgfs rtlsdr uhd"
20 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
21
22 DEPEND="${PYTHON_DEPS}
23 - dev-python/pyzmq[${PYTHON_USEDEP}]
24 >=net-wireless/gnuradio-3.7.0:=
25 net-wireless/gr-osmosdr
26 - fgfs? (
27 - games-simulation/flightgear
28 - || (
29 - sci-libs/scipy-python2[${PYTHON_USEDEP}]
30 - sci-libs/scipy[${PYTHON_USEDEP}]
31 + $(python_gen_cond_dep '
32 + dev-python/pyzmq[${PYTHON_MULTI_USEDEP}]
33 + fgfs? (
34 + games-simulation/flightgear
35 + || (
36 + sci-libs/scipy-python2[${PYTHON_MULTI_USEDEP}]
37 + sci-libs/scipy[${PYTHON_MULTI_USEDEP}]
38 + )
39 )
40 - )
41 + ')
42 rtlsdr? ( net-wireless/rtl-sdr )
43 uhd? ( >=net-wireless/uhd-3.4.0 )
44 "