commit:     6b43b6820aacebbc4c79fef372a2776ea69799be
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 09:30:28 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 10:02:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b43b682

lua-utils.eclass: lua5-2 is now a historic implementation

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 eclass/lua-utils.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/lua-utils.eclass b/eclass/lua-utils.eclass
index 12067928002..954f776cda2 100644
--- a/eclass/lua-utils.eclass
+++ b/eclass/lua-utils.eclass
@@ -34,7 +34,6 @@ inherit toolchain-funcs
 _LUA_ALL_IMPLS=(
        luajit
        lua5-1
-       lua5-2
        lua5-3
        lua5-4
 )
@@ -44,7 +43,9 @@ readonly _LUA_ALL_IMPLS
 # @INTERNAL
 # @DESCRIPTION:
 # All historical Lua implementations that are no longer supported.
-_LUA_HISTORICAL_IMPLS=()
+_LUA_HISTORICAL_IMPLS=(
+       lua5-2
+)
 readonly _LUA_HISTORICAL_IMPLS
 
 # @FUNCTION: _lua_set_impls

Reply via email to