diff options
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2-r1.ebuild (renamed from app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2.ebuild) | 10 |
1 files changed, 6 insertions, 4 deletions
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 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=" |