summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-12-02 10:24:29 +0100
committerMichał Górny <mgorny@gentoo.org>2017-12-02 10:36:45 +0100
commitc498a650ba9e0dfc37e5a964ce3fa0626abff7b5 (patch)
tree895930d976071724af91ddfd064c60d10c1c29e6 /media-libs
parentapp-portage/cpuid2cpuflags: Bump to v5 (diff)
downloadgentoo-c498a650ba9e0dfc37e5a964ce3fa0626abff7b5.tar.gz
gentoo-c498a650ba9e0dfc37e5a964ce3fa0626abff7b5.tar.bz2
gentoo-c498a650ba9e0dfc37e5a964ce3fa0626abff7b5.zip
media-libs/mesa: Fix slot-binding LLVM dependency to match <6
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-17.2.6.ebuild2
-rw-r--r--media-libs/mesa/mesa-17.3.0_rc5.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-17.2.6.ebuild b/media-libs/mesa/mesa-17.2.6.ebuild
index 12be4d77969f..c73b6d0c97be 100644
--- a/media-libs/mesa/mesa-17.2.6.ebuild
+++ b/media-libs/mesa/mesa-17.2.6.ebuild
@@ -153,7 +153,7 @@ LLVM_DEPSTR="
sys-devel/llvm:4[${MULTILIB_USEDEP}]
>=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]
)
- sys-devel/llvm:=[${MULTILIB_USEDEP}]
+ <sys-devel/llvm-6:=[${MULTILIB_USEDEP}]
"
LLVM_DEPSTR_AMDGPU=${LLVM_DEPSTR//]/,llvm_targets_AMDGPU(-)]}
CLANG_DEPSTR=${LLVM_DEPSTR//llvm/clang}
diff --git a/media-libs/mesa/mesa-17.3.0_rc5.ebuild b/media-libs/mesa/mesa-17.3.0_rc5.ebuild
index 34d01959bac4..14e934a13216 100644
--- a/media-libs/mesa/mesa-17.3.0_rc5.ebuild
+++ b/media-libs/mesa/mesa-17.3.0_rc5.ebuild
@@ -153,7 +153,7 @@ LLVM_DEPSTR="
sys-devel/llvm:4[${MULTILIB_USEDEP}]
>=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]
)
- sys-devel/llvm:=[${MULTILIB_USEDEP}]
+ <sys-devel/llvm-6:=[${MULTILIB_USEDEP}]
"
LLVM_DEPSTR_AMDGPU=${LLVM_DEPSTR//]/,llvm_targets_AMDGPU(-)]}
CLANG_DEPSTR=${LLVM_DEPSTR//llvm/clang}