commit: 00dad27ba2e9cd7ddc5cdcd131d43feadba23dbb
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Tue Jan 10 09:55:57 2017 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Tue Jan 10 09:55:57 2017 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=00dad27b
lua.eclass: fix
eclass/lua.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/lua.eclass b/eclass/lua.eclass
index 99b2eef..02483e7 100644
--- a/eclass/lua.eclass
+++ b/eclass/lua.eclass
@@ -297,7 +297,7 @@ lua_add_bdepend() {
lua_get_use_implementations() {
local i=() implementation
for implementation in ${LUA_COMPAT}; do
- if [[ -z "${LUA_IGNORE_TARGET_DUPLICATION}" ]] && [
"${implementation}" = "lua51" ] && in_iuse lua_targets_luajit2 && use
lua_targets_luajit2; then
+ if [[ -z "${LUA_IGNORE_TARGET_DUPLICATION}" ]] && [
"${implementation}" = "lua51" ] && in_iuse lua_targets_luajit2 && use
lua_targets_luajit2 && use lua_targets_lua51; then
ewarn "LuaJIT using same LMOD/CMOD install paths as
lua51."
ewarn "Lua target 'lua51' was skipped to avoid useless
double compilation and file overwrites."
ewarn "If you definitelly want to compile lua51 target
for nothing (i.e. you're maintainer),"