From c04c7631df81b55c0cae7fc0e4269988644de564 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 24 Dec 2020 13:48:51 +0000 Subject: profiles/targets/desktop/package.use: more media-video/mpv LuaJIT changes Follow-up to ced3d3f08fde6b38c49ece9792021b1cfe7ea5d5: package.use changes are incremental so it is necessary to explicitly unset current LUA_SINGLE_TARGET before setting the luajit one. Signed-off-by: Marek Szuba --- profiles/targets/desktop/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/targets/desktop') diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 046891519ae4..1426f952b380 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -59,7 +59,7 @@ dev-lang/php -exif -truetype # Enable luajit for OSC and youtube-dl support by default. # 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 lua_single_target_luajit -sdl +media-video/mpv lua luajit -sdl LUA_SINGLE_TARGET: -* luajit # Mike Gilbert (2017-01-04) # Needed by x11-misc/xdg-utils. -- cgit v1.2.3-65-gdbad