commit: 6c3161789d2903da13f0c7510a2d068111c67816 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Fri Aug 13 09:41:54 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Aug 13 10:02:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c316178
profiles/desc: lua_targets_lua5-2 is now unsupported Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/desc/lua_targets.desc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/desc/lua_targets.desc b/profiles/desc/lua_targets.desc index 75b9e0f86af..a745cd102c6 100644 --- a/profiles/desc/lua_targets.desc +++ b/profiles/desc/lua_targets.desc @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors. +# Copyright 1999-2021 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 luajit - Build with LuaJIT
