diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:49 +0200 |
commit | 7a2e622e526745317c20b553ddc00b4b09c29fc9 (patch) | |
tree | d39e38802abcd3711448bc6d7e8303327f5062d7 /app-emulation/fs-uae-launcher | |
parent | app-editors/gedit-plugins: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-7a2e622e526745317c20b553ddc00b4b09c29fc9.tar.gz gentoo-7a2e622e526745317c20b553ddc00b4b09c29fc9.tar.bz2 gentoo-7a2e622e526745317c20b553ddc00b4b09c29fc9.zip |
app-emulation/fs-uae-launcher: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae-launcher')
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild index 76303d3e0ae1..915e269763e7 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no @@ -20,10 +20,10 @@ IUSE="lha" RDEPEND=" app-emulation/fs-uae $(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}] ) + 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}] ) ') " |