Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Mon, 05 Oct 2020 12:14:55
Message-Id: 1601900033.70e585591f9188ba512b73f5ed7583dba40ea2bf.marecki@gentoo
1 commit: 70e585591f9188ba512b73f5ed7583dba40ea2bf
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 15:34:48 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 12:13:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e58559
7
8 profiles/desc: describe LUA_SINGLE_TARGET
9
10 Already includes lua-5.4.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 profiles/desc/lua_single_target.desc | 9 +++++++++
15 1 file changed, 9 insertions(+)
16
17 diff --git a/profiles/desc/lua_single_target.desc b/profiles/desc/lua_single_target.desc
18 new file mode 100644
19 index 00000000000..1bee02b6978
20 --- /dev/null
21 +++ b/profiles/desc/lua_single_target.desc
22 @@ -0,0 +1,9 @@
23 +# Copyright 1999-2020 Gentoo Authors.
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +# This file contains descriptions of LUA_SINGLE_TARGET USE_EXPAND flags.
27 +
28 +lua5-1 - Build for Lua 5.1 only
29 +lua5-2 - Build for Lua 5.2 only
30 +lua5-3 - Build for Lua 5.3 only
31 +lua5-4 - Build for Lua 5.4 only