diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-09-29 17:34:48 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-10-05 14:13:53 +0200 |
commit | 70e585591f9188ba512b73f5ed7583dba40ea2bf (patch) | |
tree | 83f58a98ece8194c33f55c0dc6bc2db968d85171 /profiles/desc | |
parent | lua.eclass: die if lua-single.eclass has already been loaded (diff) | |
download | gentoo-70e585591f9188ba512b73f5ed7583dba40ea2bf.tar.gz gentoo-70e585591f9188ba512b73f5ed7583dba40ea2bf.tar.bz2 gentoo-70e585591f9188ba512b73f5ed7583dba40ea2bf.zip |
profiles/desc: describe LUA_SINGLE_TARGET
Already includes lua-5.4.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/lua_single_target.desc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/desc/lua_single_target.desc b/profiles/desc/lua_single_target.desc new file mode 100644 index 000000000000..1bee02b69783 --- /dev/null +++ b/profiles/desc/lua_single_target.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_SINGLE_TARGET USE_EXPAND flags. + +lua5-1 - Build for Lua 5.1 only +lua5-2 - Build for Lua 5.2 only +lua5-3 - Build for Lua 5.3 only +lua5-4 - Build for Lua 5.4 only |