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-doa/
Date: Sun, 09 Feb 2020 16:34:43
Message-Id: 1581266062.a0e81bf5cfb7544766c1b9618f2e68f60428498c.mgorny@gentoo
1 commit: a0e81bf5cfb7544766c1b9618f2e68f60428498c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:42:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:34:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e81bf5
7
8 net-wireless/gr-doa: Switch to PYTHON_SINGLE_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/gr-doa/gr-doa-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-wireless/gr-doa/gr-doa-9999.ebuild b/net-wireless/gr-doa/gr-doa-9999.ebuild
16 index 7901c0c4468..ea4932a57e9 100644
17 --- a/net-wireless/gr-doa/gr-doa-9999.ebuild
18 +++ b/net-wireless/gr-doa/gr-doa-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -21,7 +21,7 @@ RESTRICT="test"
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27
28 RDEPEND="
29 - >=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}]
30 + >=net-wireless/gnuradio-3.7.0:=[${PYTHON_SINGLE_USEDEP}]
31 ${PYTHON_DEPS}"
32 DEPEND="${RDEPEND}
33 doc? ( app-doc/doxygen )