summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-24 14:46:59 +0000
committerSam James <sam@gentoo.org>2020-12-24 14:46:59 +0000
commita15d3980e55d916998139507c7c9bff32af39da6 (patch)
tree691f5953834bed5c84f1327a6c3fbcb3477caa2a /profiles/targets/desktop
parentdev-python/theano-pymc: fix DEPEND typo (diff)
downloadgentoo-a15d3980e55d916998139507c7c9bff32af39da6.tar.gz
gentoo-a15d3980e55d916998139507c7c9bff32af39da6.tar.bz2
gentoo-a15d3980e55d916998139507c7c9bff32af39da6.zip
profiles/targets/desktop/package.use: fix media-video/mpv luajit entry
Let's go for the basic manual negation of all of the LUA_SINGLE_TARGET USE_EXPAND for now to fix errors like: --- Invalid USE flag for 'media-video/mpv' in '/var/db/repos/gentoo/profiles/targets/desktop/package.use': 'LUA_SINGLE_TARGET:' --- Invalid USE flag for 'media-video/mpv' in '/var/db/repos/gentoo/profiles/targets/desktop/package.use': '-*' Fixes: c04c7631df81b55c0cae7fc0e4269988644de564 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/targets/desktop')
-rw-r--r--profiles/targets/desktop/package.use5
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
index 1426f952b380..33f68fa62bc7 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -59,7 +59,10 @@ 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 -sdl LUA_SINGLE_TARGET: -* luajit
+media-video/mpv lua luajit -sdl
+media-video/mpv -lua_single_target_lua5-1 -lua_single_target_lua5-2
+media-video/mpv -lua_single_target_lua5-3 -lua_single_target_lua5-4
+media-video/mpv lua_single_target_luajit
# Mike Gilbert <floppym@gentoo.org> (2017-01-04)
# Needed by x11-misc/xdg-utils.