commit: e69d738dc2e6b6bb9959c1da0e35defd3f19d403
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 2 20:19:42 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Nov 2 20:19:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69d738d
lua-single.eclass: fix copy-pasto
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
eclass/lua-single.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass
index 2233fdd33b6..f76d5988203 100644
--- a/eclass/lua-single.eclass
+++ b/eclass/lua-single.eclass
@@ -210,7 +210,7 @@ _lua_single_set_globals() {
local single_flags="${flags[@]/%/(-)?}"
local single_usedep=${single_flags// /,}
- local deps= i PYTHON_PKG_DEP
+ local deps= i LUA_PKG_DEP
for i in "${_LUA_SUPPORTED_IMPLS[@]}"; do
_lua_export "${i}" LUA_PKG_DEP
deps+="lua_single_target_${i}? ( ${LUA_PKG_DEP} ) "