From c323ec59531cd4a838c6d006f710a846dfc6b829 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 8 Feb 2020 07:22:17 +0100 Subject: [PATCH] app-emulation/fs-uae-launcher: 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 --- ...er-3.0.2.ebuild => fs-uae-launcher-3.0.2-r1.ebuild} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename app-emulation/fs-uae-launcher/{fs-uae-launcher-3.0.2.ebuild => fs-uae-launcher-3.0.2-r1.ebuild} (87%) diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2-r1.ebuild similarity index 87% rename from app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2.ebuild rename to app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2-r1.ebuild index 627ca1b130d8..834209e132d5 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2-r1.ebuild @@ -18,10 +18,12 @@ IUSE="lha" RDEPEND=" app-emulation/fs-uae - dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,opengl,widgets] - dev-python/pyopengl[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - lha? ( dev-python/python-lhafile[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + dev-python/PyQt5[${PYTHON_MULTI_USEDEP},declarative,gui,network,opengl,widgets] + dev-python/pyopengl[${PYTHON_MULTI_USEDEP}] + dev-python/requests[${PYTHON_MULTI_USEDEP}] + lha? ( dev-python/python-lhafile[${PYTHON_MULTI_USEDEP}] ) + ') " DEPEND=" -- 2.26.2