diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:45:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:34:29 +0100 |
commit | 981f3943ff81e76c337932369089df851a821ab6 (patch) | |
tree | 2a1244c5d28f4c8bd38a4be0f1a60943c1fa07ff /net-wireless | |
parent | net-wireless/gr-rftap: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-981f3943ff81e76c337932369089df851a821ab6.tar.gz gentoo-981f3943ff81e76c337932369089df851a821ab6.tar.bz2 gentoo-981f3943ff81e76c337932369089df851a821ab6.zip |
net-wireless/gr-specest: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-specest/gr-specest-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gr-specest/gr-specest-9999.ebuild b/net-wireless/gr-specest/gr-specest-9999.ebuild index 12a9c520a90b..f6bdadd0aeb1 100644 --- a/net-wireless/gr-specest/gr-specest-9999.ebuild +++ b/net-wireless/gr-specest/gr-specest-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ IUSE="doc" 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 ) |