net-wireless/gr-doa: Switch to PYTHON_SINGLE_USEDEP
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 17:42:18 +0000 (18:42 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:34:22 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-wireless/gr-doa/gr-doa-9999.ebuild

index 7901c0c446851887aa547a3eabf730d444b748d1..ea4932a57e95f67aca3ae5745d9b549a44c810a3 100644 (file)
@@ -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 )