diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-25 22:34:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-25 22:36:43 +0100 |
commit | a1c518818519b6fd640e58eccd3372c825057483 (patch) | |
tree | 3ac988c7c32fe7217ac9f80e2138194c6a0acbbf /games-emulation/m64py | |
parent | dev-lang/elixir: rm old (diff) | |
download | gentoo-a1c518818519b6fd640e58eccd3372c825057483.tar.gz gentoo-a1c518818519b6fd640e58eccd3372c825057483.tar.bz2 gentoo-a1c518818519b6fd640e58eccd3372c825057483.zip |
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
Diffstat (limited to 'games-emulation/m64py')
-rw-r--r-- | games-emulation/m64py/m64py-0.2.3-r2.ebuild (renamed from games-emulation/m64py/m64py-0.2.3-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/m64py/m64py-0.2.3-r1.ebuild b/games-emulation/m64py/m64py-0.2.3-r2.ebuild index 6ba5a09fe0c4..8871ef11bc3b 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() { |