From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 838F6138334 for ; Wed, 19 Sep 2018 22:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 607A1E096C; Wed, 19 Sep 2018 22:17:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34930E096C for ; Wed, 19 Sep 2018 22:17:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F5A6335C06 for ; Wed, 19 Sep 2018 22:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3A863CB for ; Wed, 19 Sep 2018 22:17:13 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1537395425.e58cf552ba60b6401242ee5e07de53659d34ee56.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e58cf552ba60b6401242ee5e07de53659d34ee56 X-VCS-Branch: master Date: Wed, 19 Sep 2018 22:17:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7999166c-9ca5-4f5f-9ad6-ed54a58bc3c2 X-Archives-Hash: f36be4d3f459dc8a019b7f4dd8e973ff commit: e58cf552ba60b6401242ee5e07de53659d34ee56 Author: Simon Levermann slevermann de> AuthorDate: Wed Sep 19 14:14:14 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Sep 19 22:17:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58cf552 games-emulation/dolphin: Disable SDL by default The desktop profile enables SDL by default, and it's likely that the desktop profile is being used on a computer that uses dolphin. SDL is legacy according to upstream and evdev should be used instead. Package-Manager: Portage-2.3.49, Repoman-2.3.10 Closes: https://bugs.gentoo.org/666558 Signed-off-by: Simon Levermann slevermann.de> Closes: https://github.com/gentoo/gentoo/pull/9914 games-emulation/dolphin/dolphin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index b22a98646b7..811fc595d32 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://www.dolphin-emu.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa bluetooth discord-presence doc egl +evdev ffmpeg libav log lto profile pulseaudio +qt5 sdl systemd upnp" +IUSE="alsa bluetooth discord-presence doc egl +evdev ffmpeg libav log lto profile pulseaudio +qt5 -sdl systemd upnp" RDEPEND=" dev-libs/hidapi:0=