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-baz/
Date: Sun, 09 Feb 2020 16:34:43
Message-Id: 1581266061.b840c3dfccafef5d00a6d3b8af54f7ededfd82c8.mgorny@gentoo
1 commit: b840c3dfccafef5d00a6d3b8af54f7ededfd82c8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:41:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:34:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b840c3df
7
8 net-wireless/gr-baz: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/gr-baz/gr-baz-9999.ebuild | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/net-wireless/gr-baz/gr-baz-9999.ebuild b/net-wireless/gr-baz/gr-baz-9999.ebuild
16 index e43cd434a9a..36f890e014d 100644
17 --- a/net-wireless/gr-baz/gr-baz-9999.ebuild
18 +++ b/net-wireless/gr-baz/gr-baz-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -23,11 +23,13 @@ IUSE="armadillo doc rtlsdr uhd"
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27
28 RDEPEND="${PYTHON_DEPS}
29 - dev-libs/boost:=[threads,${PYTHON_USEDEP}]
30 - >=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}]
31 + $(python_gen_cond_dep '
32 + dev-libs/boost:=[threads,${PYTHON_MULTI_USEDEP}]
33 + ')
34 + >=net-wireless/gnuradio-3.7.0:=[${PYTHON_SINGLE_USEDEP}]
35 armadillo? ( sci-libs/armadillo )
36 rtlsdr? ( virtual/libusb:1 )
37 - uhd? ( net-wireless/uhd[${PYTHON_USEDEP}] )
38 + uhd? ( net-wireless/uhd[${PYTHON_SINGLE_USEDEP}] )
39 "
40 DEPEND="${RDEPEND}
41 virtual/pkgconfig