summaryrefslogtreecommitdiff
path: root/media-libs/mesa/mesa-23.1.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-29 22:06:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-29 22:06:33 +0100
commitb6fd18fb87dd442e905a3e0f1ece183d91b05002 (patch)
treefe8c63a24e8228c3b89466e192e91387547c3f8e /media-libs/mesa/mesa-23.1.6.ebuild
parent55b8da184993b6b27e0426838d77dcbc741e12cd (diff)
gentoo auto-resync : 29:08:2023 - 22:06:32
Diffstat (limited to 'media-libs/mesa/mesa-23.1.6.ebuild')
-rw-r--r--media-libs/mesa/mesa-23.1.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-23.1.6.ebuild b/media-libs/mesa/mesa-23.1.6.ebuild
index 21f4b200e667..19073addfdf5 100644
--- a/media-libs/mesa/mesa-23.1.6.ebuild
+++ b/media-libs/mesa/mesa-23.1.6.ebuild
@@ -256,7 +256,7 @@ pkg_pretend() {
python_check_deps() {
python_has_version -b ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" || return 1
- if use vulkan && use video_cards_intel && use amd64; then
+ if use llvm && use vulkan && use video_cards_intel && use amd64; then
python_has_version -b "dev-python/ply[${PYTHON_USEDEP}]" || return 1
fi
}