mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/mesa: Fix uncond call to llvm_pkg_setup, #608536
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user