diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-09-08 16:23:54 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-09-08 16:23:54 +0200 |
commit | 1492da2b915a638cd5be98176931daf043a291ad (patch) | |
tree | 1a64505a67fb106b12b7869a848424d14941e8ef /profiles/desc | |
parent | eclass: Add first version of lua.eclass (diff) | |
download | gentoo-1492da2b915a638cd5be98176931daf043a291ad.tar.gz gentoo-1492da2b915a638cd5be98176931daf043a291ad.tar.bz2 gentoo-1492da2b915a638cd5be98176931daf043a291ad.zip |
profiles/desc: describe LUA_TARGETS
Already includes lua-5.4.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles/desc')
-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 |