Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/m64py/
Date: Sun, 25 Oct 2015 21:36:55
Message-Id: 1445809003.a1c518818519b6fd640e58eccd3372c825057483.mgorny@gentoo
1 commit: a1c518818519b6fd640e58eccd3372c825057483
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 21:34:11 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 21:36:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c51881
7
8 games-emulation/m64py: Request correct PyQt5 modules
9
10 Thanks to Samuel Bauer for figuring out the correct flags.
11
12 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564004
13
14 games-emulation/m64py/{m64py-0.2.3-r1.ebuild => m64py-0.2.3-r2.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/games-emulation/m64py/m64py-0.2.3-r1.ebuild b/games-emulation/m64py/m64py-0.2.3-r2.ebuild
18 similarity index 97%
19 rename from games-emulation/m64py/m64py-0.2.3-r1.ebuild
20 rename to games-emulation/m64py/m64py-0.2.3-r2.ebuild
21 index 6ba5a09..8871ef1 100644
22 --- a/games-emulation/m64py/m64py-0.2.3-r1.ebuild
23 +++ b/games-emulation/m64py/m64py-0.2.3-r2.ebuild
24 @@ -19,7 +19,7 @@ IUSE=""
25
26 # SDL & libmupen64plus are through ctypes, so they rely on specific ABI
27 RDEPEND="media-libs/libsdl2:0/0[joystick]
28 - dev-python/PyQt5[opengl,${PYTHON_USEDEP}]
29 + dev-python/PyQt5[gui,opengl,widgets,${PYTHON_USEDEP}]
30 >=games-emulation/mupen64plus-core-2.5:0/2-sdl2"
31
32 python_prepare_all() {