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 6A01D139085 for ; Sat, 4 Feb 2017 21:25:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02D92E0E13; Sat, 4 Feb 2017 21:25:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5C56E0E13 for ; Sat, 4 Feb 2017 21:25:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 276AB3412CB for ; Sat, 4 Feb 2017 21:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B0813DCA for ; Sat, 4 Feb 2017 21:25:22 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486243508.6ec61b5586b238b724b11ac932da3f0d8b8f9b61.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/package.use X-VCS-Directories: profiles/targets/desktop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6ec61b5586b238b724b11ac932da3f0d8b8f9b61 X-VCS-Branch: master Date: Sat, 4 Feb 2017 21:25:22 +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: a3b0a7db-2923-4edf-ada3-f3ffb7283fb6 X-Archives-Hash: 48cc46d99374569a81636fe032e3caf1 commit: 6ec61b5586b238b724b11ac932da3f0d8b8f9b61 Author: Ilya Tumaykin gmail com> AuthorDate: Thu Feb 2 16:17:56 2017 +0000 Commit: David Seifert gentoo 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 (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 (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 (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 (07 Oct 2011) # Required by mesa, ultimately by xorg-server (every desktop) bug 385843 dev-libs/libxml2 python