Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/
Date: Sun, 07 Feb 2021 02:17:20
Message-Id: 1612664120.6072604b1ced0df272998fcc205c43424a04e109.sam@gentoo
1 commit: 6072604b1ced0df272998fcc205c43424a04e109
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 02:15:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 02:15:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6072604b
7
8 profiles/targets/desktop/package.use: media-video/mpv cleanup
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 profiles/targets/desktop/package.use | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
16 index d72e1ac7bc4..afc1923b4e5 100644
17 --- a/profiles/targets/desktop/package.use
18 +++ b/profiles/targets/desktop/package.use
19 @@ -59,9 +59,10 @@ dev-lang/php -exif -truetype
20 # Enable luajit for OSC and youtube-dl support by default.
21 # Override default +sdl from desktop profile and disable sdl outputs.
22 # These outputs are for systems without a proper audio/video support.
23 +# NOTE: Needs syncing to negate profile defaults if we decide
24 +# to keep this up.
25 media-video/mpv lua luajit -sdl
26 media-video/mpv -lua_single_target_lua5-1 -lua_single_target_lua5-2
27 -media-video/mpv -lua_single_target_lua5-3 -lua_single_target_lua5-4
28 media-video/mpv lua_single_target_luajit
29
30 # Mike Gilbert <floppym@g.o> (2017-01-04)