diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:56 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:56 +0200 |
commit | eeb0de8e173474bc88b728906eba5e24bf04fb7a (patch) | |
tree | 16ba00576327ee63f98b2459a03510b3345a3c9d /net-wireless | |
parent | net-wireless/kismet: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-eeb0de8e173474bc88b728906eba5e24bf04fb7a.tar.gz gentoo-eeb0de8e173474bc88b728906eba5e24bf04fb7a.tar.bz2 gentoo-eeb0de8e173474bc88b728906eba5e24bf04fb7a.zip |
net-wireless/uhd: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/uhd/uhd-3.15.0.0-r100.ebuild | 8 | ||||
-rw-r--r-- | net-wireless/uhd/uhd-4.0.0.0.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild b/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild index 044251f32ffd..3854e1ceee95 100644 --- a/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild +++ b/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild @@ -4,7 +4,7 @@ EAPI=6 #not sure why, but eapi 7 fails -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit eapi7-ver python-single-r1 gnome2-utils cmake-utils multilib @@ -34,15 +34,15 @@ RDEPEND="${PYTHON_DEPS} dev-libs/boost:= sys-libs/ncurses:0[tinfo] $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_MULTI_USEDEP}] - dev-python/requests[${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] ') " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) $(python_gen_cond_dep ' - dev-python/mako[${PYTHON_MULTI_USEDEP}] + dev-python/mako[${PYTHON_USEDEP}] ') app-arch/unzip app-arch/gzip diff --git a/net-wireless/uhd/uhd-4.0.0.0.ebuild b/net-wireless/uhd/uhd-4.0.0.0.ebuild index 2515af186bab..c93dca6d407a 100644 --- a/net-wireless/uhd/uhd-4.0.0.0.ebuild +++ b/net-wireless/uhd/uhd-4.0.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 #not sure why, but eapi 7 fails -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit eapi7-ver python-single-r1 gnome2-utils cmake-utils multilib @@ -34,15 +34,15 @@ RDEPEND="${PYTHON_DEPS} dev-libs/boost:= sys-libs/ncurses:0[tinfo] $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_MULTI_USEDEP}] - dev-python/requests[${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] ') " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) $(python_gen_cond_dep ' - dev-python/mako[${PYTHON_MULTI_USEDEP}] + dev-python/mako[${PYTHON_USEDEP}] ') app-arch/unzip app-arch/gzip |