Gentoo Archives: gentoo-dev

From: Marek Szuba <marecki@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 3/4] profiles/desc: describe LUA_SINGLE_TARGET
Date: Wed, 30 Sep 2020 16:24:40
Message-Id: 20200930162315.253903-4-marecki@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/4] Eclass for single-impl Lua ebuilds by Marek Szuba
1 Already includes lua-5.4.
2
3 Signed-off-by: Marek Szuba <marecki@g.o>
4 ---
5 profiles/desc/lua_single_target.desc | 9 +++++++++
6 1 file changed, 9 insertions(+)
7 create mode 100644 profiles/desc/lua_single_target.desc
8
9 diff --git a/profiles/desc/lua_single_target.desc b/profiles/desc/lua_single_target.desc
10 new file mode 100644
11 index 00000000000..1bee02b6978
12 --- /dev/null
13 +++ b/profiles/desc/lua_single_target.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_SINGLE_TARGET USE_EXPAND flags.
19 +
20 +lua5-1 - Build for Lua 5.1 only
21 +lua5-2 - Build for Lua 5.2 only
22 +lua5-3 - Build for Lua 5.3 only
23 +lua5-4 - Build for Lua 5.4 only
24 --
25 2.26.2