summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-08-30 11:18:45 +0100
committerMarek Szuba <marecki@gentoo.org>2021-08-30 11:18:45 +0100
commit689d5f0486ed2a19b3cd5851283013cb5576d1fa (patch)
treed50f42008957ebd70d413fba50abd565ef7b045b
parentlua-single.eclass: fix typo in eclassdocs (diff)
downloadgentoo-689d5f04.tar.gz
gentoo-689d5f04.tar.bz2
gentoo-689d5f04.zip
lua-utils.eclass: do not mention lua5-2 in eclassdocs
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--eclass/lua-utils.eclass4
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} "${@}"