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-iqbal/
Date: Sun, 09 Feb 2020 16:34:46
Message-Id: 1581266064.fe77de995938bd3ad20ed403e5a3edc7124a24ad.mgorny@gentoo
1 commit: fe77de995938bd3ad20ed403e5a3edc7124a24ad
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:43:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:34:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe77de99
7
8 net-wireless/gr-iqbal: Switch to PYTHON_SINGLE_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild | 4 ++--
13 net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
17 index 96ada0f6ce6..1ed8501d81d 100644
18 --- a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
19 +++ b/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -23,7 +23,7 @@ LICENSE="GPL-3"
27 SLOT="0/${PV}"
28 IUSE=""
29
30 -RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
31 +RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_SINGLE_USEDEP}]
32 net-libs/libosmo-dsp:=
33 dev-libs/boost:=
34 ${PYTHON_DEPS}"
35
36 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
37 index 96ada0f6ce6..1ed8501d81d 100644
38 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
39 +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Foundation
42 +# Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -23,7 +23,7 @@ LICENSE="GPL-3"
47 SLOT="0/${PV}"
48 IUSE=""
49
50 -RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
51 +RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_SINGLE_USEDEP}]
52 net-libs/libosmo-dsp:=
53 dev-libs/boost:=
54 ${PYTHON_DEPS}"