diff options
author | 2022-04-04 14:55:20 -0700 | |
---|---|---|
committer | 2022-04-04 14:56:21 -0700 | |
commit | 46304c70d7a441ea6828eeee5f9668edbf39a87b (patch) | |
tree | 2e5d075c0b21450e99c1db71ca1ef3ae2f054936 /profiles/base | |
parent | dev-db/mysql-super-smack: Stabilize 1.3-r5 amd64, #836635 (diff) | |
download | gentoo-46304c70d7a441ea6828eeee5f9668edbf39a87b.tar.gz gentoo-46304c70d7a441ea6828eeee5f9668edbf39a87b.tar.bz2 gentoo-46304c70d7a441ea6828eeee5f9668edbf39a87b.zip |
profiles: Expand LUA_TARGETS
Apparently I cannot use this syntax in profiles/?
Bug: https://bugs.gentoo.org/795768
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use | 8 |
1 files 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 <mattst88@gentoo.org> (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 <sam@gentoo.org> (2021-10-14) # Unconditional dependency on >= Lua 5.3, so let's just pick 5.4 |