From: Michał Górny Date: Sat, 8 Feb 2020 06:22:17 +0000 (+0100) Subject: app-emulation/fs-uae-launcher: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c323ec59531cd4a838c6d006f710a846dfc6b829;p=gentoo.git app-emulation/fs-uae-launcher: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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="