Gentoo Archives: gentoo-dev

From: Marek Szuba <marecki@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 2/2] profiles/desc: describe LUA_TARGETS
Date: Thu, 03 Sep 2020 13:38:11
Message-Id: 20200903133707.106176-3-marecki@gentoo.org
In Reply to: [gentoo-dev] [PATCH] lua.eclass: initial implementation by Marek Szuba
1 Already includes lua-5.4.
2
3 Signed-off-by: Marek Szuba <marecki@g.o>
4 ---
5 profiles/desc/lua_targets.desc | 9 +++++++++
6 1 file changed, 9 insertions(+)
7 create mode 100644 profiles/desc/lua_targets.desc
8
9 diff --git a/profiles/desc/lua_targets.desc b/profiles/desc/lua_targets.desc
10 new file mode 100644
11 index 00000000000..2575de0bcfd
12 --- /dev/null
13 +++ b/profiles/desc/lua_targets.desc
14 @@ -0,0 +1,9 @@
15 +# Copyright 1999-2020 Gentoo Authors.
16 +# Distributed under the terms of the GNU General Public License v2
17 +
18 +# This file contains descriptions of LUA_TARGETS USE_EXPAND flags.
19 +
20 +lua5-1 - Build with Lua 5.1
21 +lua5-2 - Build with Lua 5.2
22 +lua5-3 - Build with Lua 5.3
23 +lua5-4 - Build with Lua 5.4
24 --
25 2.26.2