Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/
Date: Wed, 19 Sep 2018 22:17:18
Message-Id: 1537395425.e58cf552ba60b6401242ee5e07de53659d34ee56.slyfox@gentoo
1 commit: e58cf552ba60b6401242ee5e07de53659d34ee56
2 Author: Simon Levermann <simon <AT> slevermann <DOT> de>
3 AuthorDate: Wed Sep 19 14:14:14 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 22:17:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58cf552
7
8 games-emulation/dolphin: Disable SDL by default
9
10 The desktop profile enables SDL by default, and it's likely that the
11 desktop profile is being used on a computer that uses dolphin. SDL is
12 legacy according to upstream and evdev should be used instead.
13
14 Package-Manager: Portage-2.3.49, Repoman-2.3.10
15 Closes: https://bugs.gentoo.org/666558
16 Signed-off-by: Simon Levermann <simon <AT> slevermann.de>
17 Closes: https://github.com/gentoo/gentoo/pull/9914
18
19 games-emulation/dolphin/dolphin-9999.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
23 index b22a98646b7..811fc595d32 100644
24 --- a/games-emulation/dolphin/dolphin-9999.ebuild
25 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
26 @@ -22,7 +22,7 @@ HOMEPAGE="https://www.dolphin-emu.org/"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -IUSE="alsa bluetooth discord-presence doc egl +evdev ffmpeg libav log lto profile pulseaudio +qt5 sdl systemd upnp"
31 +IUSE="alsa bluetooth discord-presence doc egl +evdev ffmpeg libav log lto profile pulseaudio +qt5 -sdl systemd upnp"
32
33 RDEPEND="
34 dev-libs/hidapi:0=