Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus/
Date: Sun, 10 Dec 2017 17:59:12
Message-Id: 1512928509.33dc78bf3c612cf4d76d8b97870b95ad8daa3f8a.asturm@gentoo
1 commit: 33dc78bf3c612cf4d76d8b97870b95ad8daa3f8a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 7 01:00:47 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 17:55:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dc78bf
7
8 games-emulation/mupen64plus: Fix USE=ui-m64py description
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 games-emulation/mupen64plus/metadata.xml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-emulation/mupen64plus/metadata.xml b/games-emulation/mupen64plus/metadata.xml
16 index 336e9cbb4fa..4c302cc7698 100644
17 --- a/games-emulation/mupen64plus/metadata.xml
18 +++ b/games-emulation/mupen64plus/metadata.xml
19 @@ -10,7 +10,7 @@
20 <flag name="input-sdl">Enable SDL input plugin.</flag>
21 <flag name="rsp-hle">Enable HLE RSP plugin.</flag>
22 <flag name="ui-console">Enable default console UI.</flag>
23 - <flag name="ui-m64py">Enable PyQt4 UI using <pkg>games-emulation/m64py</pkg>.</flag>
24 + <flag name="ui-m64py">Enable PyQt5 UI using <pkg>games-emulation/m64py</pkg>.</flag>
25 <flag name="video-glide64mk2">Enable Glide64mk2 video plugin.</flag>
26 <flag name="video-rice">Enable Rice video plugin.</flag>
27 </use>