diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-30 11:18:45 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-30 11:18:45 +0100 |
commit | 689d5f0486ed2a19b3cd5851283013cb5576d1fa (patch) | |
tree | d50f42008957ebd70d413fba50abd565ef7b045b /eclass | |
parent | lua-single.eclass: fix typo in eclassdocs (diff) | |
download | gentoo-689d5f0486ed2a19b3cd5851283013cb5576d1fa.tar.gz gentoo-689d5f0486ed2a19b3cd5851283013cb5576d1fa.tar.bz2 gentoo-689d5f0486ed2a19b3cd5851283013cb5576d1fa.zip |
lua-utils.eclass: do not mention lua5-2 in eclassdocs
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/lua-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/lua-utils.eclass b/eclass/lua-utils.eclass index 954f776cda2e..3b24f383d7aa 100644 --- a/eclass/lua-utils.eclass +++ b/eclass/lua-utils.eclass @@ -231,8 +231,8 @@ _lua_get_library_file() { # as parameters. # # The optional first parameter may specify the requested Lua -# implementation (either as LUA_TARGETS value, e.g. lua5-2, -# or an ELUA one, e.g. lua5.2). If no implementation passed, +# implementation (either as LUA_TARGETS value, e.g. lua5-4, +# or an ELUA one, e.g. lua5.4). If no implementation passed, # the current one will be obtained from ${ELUA}. _lua_export() { debug-print-function ${FUNCNAME} "${@}" |