Skip to content

Commit

Permalink
media-libs/mesa: deal with LLVM pkgmove
Browse files Browse the repository at this point in the history
Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Dec 11, 2024
1 parent ffd3724 commit a337f83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions media-libs/mesa/mesa-25.0.0_pre20241204-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ RDEPEND="
unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
llvm? (
$(llvm_gen_dep "
sys-devel/llvm:\${LLVM_SLOT}[${MULTILIB_USEDEP}]
llvm-core/llvm:\${LLVM_SLOT}[${MULTILIB_USEDEP}]
opencl? (
dev-util/spirv-llvm-translator:\${LLVM_SLOT}
sys-devel/clang:\${LLVM_SLOT}[${MULTILIB_USEDEP}]
llvm-core/clang:\${LLVM_SLOT}[${MULTILIB_USEDEP}]
)
video_cards_asahi? (
dev-util/spirv-llvm-translator:\${LLVM_SLOT}
sys-devel/clang:\${LLVM_SLOT}[${MULTILIB_USEDEP}]
llvm-core/clang:\${LLVM_SLOT}[${MULTILIB_USEDEP}]
)
")
video_cards_r600? (
Expand All @@ -122,7 +122,7 @@ RDEPEND="
lm-sensors? ( sys-apps/lm-sensors:=[${MULTILIB_USEDEP}] )
opencl? (
>=virtual/opencl-3
dev-libs/libclc[spirv(-)]
llvm-core/libclc[spirv(-)]
>=dev-util/spirv-tools-1.3.231.0
virtual/libelf:0=
)
Expand All @@ -135,7 +135,7 @@ RDEPEND="
>=sys-kernel/asahi-sources-${ASAHI_KERNEL_MIN_VER}:*
>=virtual/dist-kernel-${ASAHI_KERNEL_MIN_VER}:asahi
)
dev-libs/libclc[spirv(-)]
llvm-core/libclc[spirv(-)]
)
video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
video_cards_zink? ( media-libs/vulkan-loader:=[${MULTILIB_USEDEP}] )
Expand Down Expand Up @@ -192,7 +192,7 @@ BDEPEND="
")
video_cards_intel? (
~dev-util/intel_clc-${PV}
dev-libs/libclc[spirv(-)]
llvm-core/libclc[spirv(-)]
$(python_gen_any_dep "dev-python/ply[\${PYTHON_USEDEP}]")
)
vulkan? (
Expand Down Expand Up @@ -297,8 +297,8 @@ python_check_deps() {

pkg_setup() {
# warning message for bug 459306
if use llvm && has_version sys-devel/llvm[!debug=]; then
ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm"
if use llvm && has_version llvm-core/llvm[!debug=]; then
ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm"
ewarn "detected! This can cause problems. For details, see bug 459306."
fi

Expand Down

0 comments on commit a337f83

Please sign in to comment.