media-libs/mesa: Fix uncond call to llvm_pkg_setup, #608536

This commit is contained in:
Michał Górny
2017-02-15 22:06:54 +01:00
parent 5d50d240e1
commit 8887e178a3
2 changed files with 6 additions and 2 deletions

View File

@@ -201,7 +201,9 @@ pkg_setup() {
ewarn "detected! This can cause problems. For details, see bug 459306."
fi
LLVM_MAX_SLOT=4 llvm_pkg_setup
if use llvm || use opencl; then
LLVM_MAX_SLOT=4 llvm_pkg_setup
fi
python-any-r1_pkg_setup
}

View File

@@ -188,7 +188,9 @@ pkg_setup() {
ewarn "detected! This can cause problems. For details, see bug 459306."
fi
llvm_pkg_setup
if use llvm || use opencl; then
llvm_pkg_setup
fi
python-any-r1_pkg_setup
}