diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-02 10:24:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-02 10:36:45 +0100 |
commit | c498a650ba9e0dfc37e5a964ce3fa0626abff7b5 (patch) | |
tree | 895930d976071724af91ddfd064c60d10c1c29e6 /media-libs/mesa | |
parent | app-portage/cpuid2cpuflags: Bump to v5 (diff) | |
download | gentoo-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/mesa')
-rw-r--r-- | media-libs/mesa/mesa-17.2.6.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.3.0_rc5.ebuild | 2 |
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} |