summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 18:42:18 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:34:22 +0100
commita0e81bf5cfb7544766c1b9618f2e68f60428498c (patch)
tree65fadc615470934aaf94f49cb76e7d784893cb72
parentnet-wireless/gr-baz: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-a0e81bf5cfb7544766c1b9618f2e68f60428498c.tar.gz
gentoo-a0e81bf5cfb7544766c1b9618f2e68f60428498c.tar.bz2
gentoo-a0e81bf5cfb7544766c1b9618f2e68f60428498c.zip
net-wireless/gr-doa: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-wireless/gr-doa/gr-doa-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gr-doa/gr-doa-9999.ebuild b/net-wireless/gr-doa/gr-doa-9999.ebuild
index 7901c0c44685..ea4932a57e95 100644
--- a/net-wireless/gr-doa/gr-doa-9999.ebuild
+++ b/net-wireless/gr-doa/gr-doa-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,7 +21,7 @@ RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
- >=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}]
+ >=net-wireless/gnuradio-3.7.0:=[${PYTHON_SINGLE_USEDEP}]
${PYTHON_DEPS}"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )