commit: 46304c70d7a441ea6828eeee5f9668edbf39a87b Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Apr 4 21:55:20 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Apr 4 21:56:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46304c70
profiles: Expand LUA_TARGETS Apparently I cannot use this syntax in profiles/? Bug: https://bugs.gentoo.org/795768 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/base/package.use | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/base/package.use b/profiles/base/package.use index 44a35e649f07..ab74b282169a 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -4,10 +4,10 @@ # Matt Turner <[email protected]> (2022-03-31) # Default to luajit, since that is what upstream recommends. Bug #795768. # See https://github.com/neovim/neovim/wiki/Building-Neovim#third-party-dependencies -app-editors/neovim LUA_SINGLE_TARGET: -* luajit -dev-lua/luv LUA_SINGLE_TARGET: -* luajit -dev-lua/lpeg LUA_TARGETS: luajit -dev-lua/mpack LUA_TARGETS: luajit +app-editors/neovim lua_single_target_luajit -lua_single_target_lua5-1 +dev-lua/luv lua_single_target_luajit -lua_single_target_lua5-1 +dev-lua/lpeg lua_targets_luajit +dev-lua/mpack lua_targets_luajit # Sam James <[email protected]> (2021-10-14) # Unconditional dependency on >= Lua 5.3, so let's just pick 5.4
