diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-05-08 20:52:33 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-05-08 20:57:36 +0100 |
commit | 8224016b0b715c60d3f4f6d163405aa7dd65b812 (patch) | |
tree | 1a087dfa1086146d7f735989d46bfdd205652f97 /app-emulation/fs-uae-launcher | |
parent | net-misc/dhcpcd: stable 7.1.1-r3 for sparc, bug #685264 (diff) | |
download | gentoo-8224016b0b715c60d3f4f6d163405aa7dd65b812.tar.gz gentoo-8224016b0b715c60d3f4f6d163405aa7dd65b812.tar.bz2 gentoo-8224016b0b715c60d3f4f6d163405aa7dd65b812.zip |
app-emulation/fs-uae-launcher: Add required PyQt5 USE flags
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>
Diffstat (limited to 'app-emulation/fs-uae-launcher')
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild index 8a1bab4b4578..d782ea3d97b4 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild @@ -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}] ) " |