commit:     a1c518818519b6fd640e58eccd3372c825057483
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 21:34:11 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 21:36:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c51881

games-emulation/m64py: Request correct PyQt5 modules

Thanks to Samuel Bauer for figuring out the correct flags.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564004

 games-emulation/m64py/{m64py-0.2.3-r1.ebuild => m64py-0.2.3-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/m64py/m64py-0.2.3-r1.ebuild 
b/games-emulation/m64py/m64py-0.2.3-r2.ebuild
similarity index 97%
rename from games-emulation/m64py/m64py-0.2.3-r1.ebuild
rename to games-emulation/m64py/m64py-0.2.3-r2.ebuild
index 6ba5a09..8871ef1 100644
--- a/games-emulation/m64py/m64py-0.2.3-r1.ebuild
+++ b/games-emulation/m64py/m64py-0.2.3-r2.ebuild
@@ -19,7 +19,7 @@ IUSE=""
 
 # SDL & libmupen64plus are through ctypes, so they rely on specific ABI
 RDEPEND="media-libs/libsdl2:0/0[joystick]
-       dev-python/PyQt5[opengl,${PYTHON_USEDEP}]
+       dev-python/PyQt5[gui,opengl,widgets,${PYTHON_USEDEP}]
        >=games-emulation/mupen64plus-core-2.5:0/2-sdl2"
 
 python_prepare_all() {

Reply via email to