diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:22:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:10 +0100 |
commit | c323ec59531cd4a838c6d006f710a846dfc6b829 (patch) | |
tree | 163e3cb43b18ab8ce2e54289a125fe379ec9a993 /app-emulation/fs-uae-launcher | |
parent | app-doc/cppman: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-c323ec59531cd4a838c6d006f710a846dfc6b829.tar.gz gentoo-c323ec59531cd4a838c6d006f710a846dfc6b829.tar.bz2 gentoo-c323ec59531cd4a838c6d006f710a846dfc6b829.zip |
app-emulation/fs-uae-launcher: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae-launcher')
-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=" |