diff options
-rw-r--r-- | profiles/desc/lua_targets.desc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/desc/lua_targets.desc b/profiles/desc/lua_targets.desc new file mode 100644 index 000000000000..2575de0bcfd8 --- /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 |