Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/
Date: Thu, 24 Dec 2020 12:03:33
Message-Id: 1608806228.ced3d3f08fde6b38c49ece9792021b1cfe7ea5d5.marecki@gentoo
1 commit: ced3d3f08fde6b38c49ece9792021b1cfe7ea5d5
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 10:37:08 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 10:37:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced3d3f0
7
8 profiles/targets/desktop/package.use: set lua_single_targets_luajit for media-video/mpv
9
10 mpv ebuilds migrated to lua-single.eclass use this instead of just 'luajit'.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 profiles/targets/desktop/package.use | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
18 index dcac3fa4f41..5d4fd73427a 100644
19 --- a/profiles/targets/desktop/package.use
20 +++ b/profiles/targets/desktop/package.use
21 @@ -55,7 +55,7 @@ dev-lang/php -exif -truetype
22 # Enable luajit for OSC and youtube-dl support by default.
23 # Override default +sdl from desktop profile and disable sdl outputs.
24 # These outputs are for systems without a proper audio/video support.
25 -media-video/mpv lua luajit -sdl
26 +media-video/mpv lua luajit lua_single_target_luajit -sdl
27
28 # Mike Gilbert <floppym@g.o> (2017-01-04)
29 # Needed by x11-misc/xdg-utils.