From e69d738dc2e6b6bb9959c1da0e35defd3f19d403 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 2 Nov 2020 21:19:42 +0100 Subject: lua-single.eclass: fix copy-pasto Signed-off-by: Marek Szuba --- eclass/lua-single.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/lua-single.eclass') diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass index 2233fdd33b6e..f76d5988203b 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} ) " -- cgit v1.2.3-65-gdbad