Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/
Date: Wed, 08 May 2019 19:58:01
Message-Id: 1557345456.8224016b0b715c60d3f4f6d163405aa7dd65b812.chewi@gentoo
1 commit: 8224016b0b715c60d3f4f6d163405aa7dd65b812
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 8 19:52:33 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 19:57:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8224016b
7
8 app-emulation/fs-uae-launcher: Add required PyQt5 USE flags
9
10 Closes: https://bugs.gentoo.org/684946
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index 8a1bab4b457..d782ea3d97b 100644
19 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild
20 +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild
21 @@ -19,7 +19,7 @@ IUSE="lha"
22 RDEPEND="
23 app-emulation/fs-uae
24 dev-python/pyopengl[${PYTHON_USEDEP}]
25 - dev-python/PyQt5[${PYTHON_USEDEP},gui]
26 + dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,opengl,widgets]
27 dev-python/six[${PYTHON_USEDEP}]
28 lha? ( dev-python/python-lhafile[${PYTHON_USEDEP}] )
29 "