diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-18 21:29:29 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-24 04:58:34 +0100 |
commit | d7317785d04e7de172de3bff05852fca3cd15af2 (patch) | |
tree | 39f2e24069d903cc05c898c695d9a703fcaf5ca9 /eclass/lua-utils.eclass | |
parent | app-shells/nushell: Add 0.60.0 (diff) | |
download | gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.gz gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.bz2 gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.zip |
*.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Bug: https://bugs.gentoo.org/835396
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/lua-utils.eclass')
-rw-r--r-- | eclass/lua-utils.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/lua-utils.eclass b/eclass/lua-utils.eclass index 3b24f383d7aa..475bd993894b 100644 --- a/eclass/lua-utils.eclass +++ b/eclass/lua-utils.eclass @@ -27,7 +27,7 @@ if [[ ! ${_LUA_UTILS_R0} ]]; then inherit toolchain-funcs -# @ECLASS-VARIABLE: _LUA_ALL_IMPLS +# @ECLASS_VARIABLE: _LUA_ALL_IMPLS # @INTERNAL # @DESCRIPTION: # All supported Lua implementations, most preferred last @@ -39,7 +39,7 @@ _LUA_ALL_IMPLS=( ) readonly _LUA_ALL_IMPLS -# @ECLASS-VARIABLE: _LUA_HISTORICAL_IMPLS +# @ECLASS_VARIABLE: _LUA_HISTORICAL_IMPLS # @INTERNAL # @DESCRIPTION: # All historical Lua implementations that are no longer supported. @@ -171,7 +171,7 @@ _lua_wrapper_setup() { export PATH PKG_CONFIG_PATH } -# @ECLASS-VARIABLE: ELUA +# @ECLASS_VARIABLE: ELUA # @DEFAULT_UNSET # @DESCRIPTION: # The executable name of the current Lua interpreter. This variable is set @@ -182,7 +182,7 @@ _lua_wrapper_setup() { # lua5.1 # @CODE -# @ECLASS-VARIABLE: LUA +# @ECLASS_VARIABLE: LUA # @DEFAULT_UNSET # @DESCRIPTION: # The absolute path to the current Lua interpreter. This variable is set |