commit:     6ec61b5586b238b724b11ac932da3f0d8b8f9b61
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu Feb  2 16:17:56 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 21:25:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec61b55

profiles: consolidate desktop mpv USE flags in one place

Closes: https://github.com/gentoo/gentoo/pull/3775

 profiles/targets/desktop/package.use | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/profiles/targets/desktop/package.use 
b/profiles/targets/desktop/package.use
index 7c13c77..9d10084 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -4,7 +4,9 @@
 
 # Ilya Tumaykin <itumaykin+gen...@gmail.com> (02 Feb 2017)
 # Enable luajit for OSC and youtube-dl support by default.
-media-video/mpv lua luajit
+# Override default +sdl from desktop profile and disable sdl outputs.
+# These outputs are for systems without a proper audio/video support.
+media-video/mpv lua luajit -sdl
 
 # Mike Gilbert <flop...@gentoo.org> (04 Jan 2017)
 # Needed by x11-misc/xdg-utils.
@@ -33,12 +35,6 @@ net-libs/libpcap -bluetooth
 # and the X flag is enabled by default in the desktop profile
 x11-libs/libxcb xkb
 
-# Julian Ospald <hasuf...@gentoo.org> (19 Apr 2014)
-# Overwrite default +sdl from desktop profile, since
-# this codepath is untested and should not be exposed
-# to regular desktop users wrt #506982
-media-video/mpv -sdl
-
 # Jeremy Olexa <darks...@gentoo.org> (07 Oct 2011)
 # Required by mesa, ultimately by xorg-server (every desktop) bug 385843
 dev-libs/libxml2 python

Reply via email to