diff options
-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 |