summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 18:47:43 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:34:31 +0100
commita3cdf43b7f8c03f93cf30fe09984c72cc14dc360 (patch)
treebdad1b15456d99da55b431de5c9d15b1e60317f9 /net-wireless/mousejack
parentnet-wireless/kismet: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-a3cdf43b7f8c03f93cf30fe09984c72cc14dc360.tar.gz
gentoo-a3cdf43b7f8c03f93cf30fe09984c72cc14dc360.tar.bz2
gentoo-a3cdf43b7f8c03f93cf30fe09984c72cc14dc360.zip
net-wireless/mousejack: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless/mousejack')
-rw-r--r--net-wireless/mousejack/mousejack-0.0_p20160726-r2.ebuild (renamed from net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild)8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild b/net-wireless/mousejack/mousejack-0.0_p20160726-r2.ebuild
index 207ef24f16c2..f5149a462303 100644
--- a/net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild
+++ b/net-wireless/mousejack/mousejack-0.0_p20160726-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,8 +19,10 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
DEPEND="dev-embedded/sdcc[device-lib,mcs51,sdbinutils]"
RDEPEND="${DEPEND}
- ${PYTHON_DEPS}
- dev-python/pyusb[${PYTHON_USEDEP}]"
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/pyusb[${PYTHON_MULTI_USEDEP}]
+ ')"
src_prepare() {
mv tools/lib tools/nrf24 || die