app-emulation/fs-uae-launcher: Add required PyQt5 USE flags
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 8 May 2019 19:52:33 +0000 (20:52 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 8 May 2019 19:57:36 +0000 (20:57 +0100)
Closes: https://bugs.gentoo.org/684946
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild

index 8a1bab4b4578df6bb70fd40db973420edd24b388..d782ea3d97b4cb7ceb1c68e53b8cce0274e1b82e 100644 (file)
@@ -19,7 +19,7 @@ IUSE="lha"
 RDEPEND="
        app-emulation/fs-uae
        dev-python/pyopengl[${PYTHON_USEDEP}]
-       dev-python/PyQt5[${PYTHON_USEDEP},gui]
+       dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,opengl,widgets]
        dev-python/six[${PYTHON_USEDEP}]
        lha? ( dev-python/python-lhafile[${PYTHON_USEDEP}] )
 "