commit: 1492da2b915a638cd5be98176931daf043a291ad Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Sep 8 14:23:54 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Sep 8 14:23:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1492da2b
profiles/desc: describe LUA_TARGETS Already includes lua-5.4. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/desc/lua_targets.desc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/desc/lua_targets.desc b/profiles/desc/lua_targets.desc new file mode 100644 index 00000000000..2575de0bcfd --- /dev/null +++ b/profiles/desc/lua_targets.desc @@ -0,0 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +# This file contains descriptions of LUA_TARGETS USE_EXPAND flags. + +lua5-1 - Build with Lua 5.1 +lua5-2 - Build with Lua 5.2 +lua5-3 - Build with Lua 5.3 +lua5-4 - Build with Lua 5.4
