From a3cdf43b7f8c03f93cf30fe09984c72cc14dc360 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 18:47:43 +0100 Subject: [PATCH] net-wireless/mousejack: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...160726-r1.ebuild => mousejack-0.0_p20160726-r2.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename net-wireless/mousejack/{mousejack-0.0_p20160726-r1.ebuild => mousejack-0.0_p20160726-r2.ebuild} (90%) 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 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 -- 2.26.2