diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-13 10:41:54 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-13 11:02:10 +0100 |
commit | 6c3161789d2903da13f0c7510a2d068111c67816 (patch) | |
tree | c6e562544834fad9c2f56e16809801345b3e62c8 /profiles | |
parent | dev-lang/lua: remove last-rited slot 5.2 (diff) | |
download | gentoo-6c3161789d2903da13f0c7510a2d068111c67816.tar.gz gentoo-6c3161789d2903da13f0c7510a2d068111c67816.tar.bz2 gentoo-6c3161789d2903da13f0c7510a2d068111c67816.zip |
profiles/desc: lua_targets_lua5-2 is now unsupported
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/lua_targets.desc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/desc/lua_targets.desc b/profiles/desc/lua_targets.desc index 75b9e0f86af2..a745cd102c68 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 |