Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 02 Nov 2020 20:20:35
Message-Id: 1604348382.e69d738dc2e6b6bb9959c1da0e35defd3f19d403.marecki@gentoo
1 commit: e69d738dc2e6b6bb9959c1da0e35defd3f19d403
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 20:19:42 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 20:19:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69d738d
7
8 lua-single.eclass: fix copy-pasto
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 eclass/lua-single.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass
16 index 2233fdd33b6..f76d5988203 100644
17 --- a/eclass/lua-single.eclass
18 +++ b/eclass/lua-single.eclass
19 @@ -210,7 +210,7 @@ _lua_single_set_globals() {
20 local single_flags="${flags[@]/%/(-)?}"
21 local single_usedep=${single_flags// /,}
22
23 - local deps= i PYTHON_PKG_DEP
24 + local deps= i LUA_PKG_DEP
25 for i in "${_LUA_SUPPORTED_IMPLS[@]}"; do
26 _lua_export "${i}" LUA_PKG_DEP
27 deps+="lua_single_target_${i}? ( ${LUA_PKG_DEP} ) "