commit: a3cdf43b7f8c03f93cf30fe09984c72cc14dc360
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 17:47:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:34:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cdf43b
net-wireless/mousejack: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...-0.0_p20160726-r1.ebuild => mousejack-0.0_p20160726-r2.ebuild} | 8 +++++---
1 file 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
similarity index 90%
rename from net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild
rename to net-wireless/mousejack/mousejack-0.0_p20160726-r2.ebuild
index 207ef24f16c..f5149a46230 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