diff options
Diffstat (limited to 'profiles/base/package.use.mask')
-rw-r--r-- | profiles/base/package.use.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index d650ded1043b..f9334180fdd1 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Ionen Wolkens <ionen@gentoo.org> (2023-07-26) +# MPV currently[1] has no plans to support >=lua5-3 making luajit +# the only choice for maintained lua. Apply mask/force to override +# the profile's defaults, and invert on arches where not keyworded. +# Done this way also avoids conflicts for users using another default. +# [1] https://github.com/mpv-player/mpv/wiki/FAQ#why-does-mpv-not-support-lua-53-or-newer +media-video/mpv lua_single_target_lua5-1 + # Hans de Graaff <graaff@gentoo.org> (2023-07-21) # jemalloc has been a source of sometimes hard to track bugs in the # past. It is now masked with the intention to remove it altogether at a |