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: Thu, 24 Dec 2020 14:48:08
Message-Id: 1608821219.a15d3980e55d916998139507c7c9bff32af39da6.sam@gentoo
1 commit: a15d3980e55d916998139507c7c9bff32af39da6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 14:46:59 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 14:46:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15d3980
7
8 profiles/targets/desktop/package.use: fix media-video/mpv luajit entry
9
10 Let's go for the basic manual negation of all of
11 the LUA_SINGLE_TARGET USE_EXPAND for now to fix errors like:
12
13 --- Invalid USE flag for 'media-video/mpv' in '/var/db/repos/gentoo/profiles/targets/desktop/package.use': 'LUA_SINGLE_TARGET:'
14 --- Invalid USE flag for 'media-video/mpv' in '/var/db/repos/gentoo/profiles/targets/desktop/package.use': '-*'
15
16 Fixes: c04c7631df81b55c0cae7fc0e4269988644de564
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 profiles/targets/desktop/package.use | 5 ++++-
20 1 file changed, 4 insertions(+), 1 deletion(-)
21
22 diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
23 index 1426f952b38..33f68fa62bc 100644
24 --- a/profiles/targets/desktop/package.use
25 +++ b/profiles/targets/desktop/package.use
26 @@ -59,7 +59,10 @@ dev-lang/php -exif -truetype
27 # Enable luajit for OSC and youtube-dl support by default.
28 # Override default +sdl from desktop profile and disable sdl outputs.
29 # These outputs are for systems without a proper audio/video support.
30 -media-video/mpv lua luajit -sdl LUA_SINGLE_TARGET: -* luajit
31 +media-video/mpv lua luajit -sdl
32 +media-video/mpv -lua_single_target_lua5-1 -lua_single_target_lua5-2
33 +media-video/mpv -lua_single_target_lua5-3 -lua_single_target_lua5-4
34 +media-video/mpv lua_single_target_luajit
35
36 # Mike Gilbert <floppym@g.o> (2017-01-04)
37 # Needed by x11-misc/xdg-utils.