diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 07:57:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 07:57:12 +0000 |
commit | 1753641d1b6a5c9195f1d906bce676f1f4c7a75c (patch) | |
tree | 277cf2af9a8e7214c21f38605359749a009496f2 | |
parent | f09308187afbd536884d62610ebb3e3649557a63 (diff) |
media-libs/mesa : rebuild with llvm 6
-rw-r--r-- | media-libs/mesa/mesa-17.3.6-r1.ebuild (renamed from media-libs/mesa/mesa-17.3.6.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-17.3.6.ebuild b/media-libs/mesa/mesa-17.3.6-r1.ebuild index b0b6cdc1..38f6acdc 100644 --- a/media-libs/mesa/mesa-17.3.6.ebuild +++ b/media-libs/mesa/mesa-17.3.6-r1.ebuild @@ -149,14 +149,15 @@ RDEPEND="${RDEPEND} # 1. List all the working slots (with min versions) in ||, newest first. # 2. Update the := to specify *max* version, e.g. < 7. # 3. Specify LLVM_MAX_SLOT, e.g. 6. -LLVM_MAX_SLOT="5" +LLVM_MAX_SLOT="6" LLVM_DEPSTR=" || ( + sys-devel/llvm:6[${MULTILIB_USEDEP}] sys-devel/llvm:5[${MULTILIB_USEDEP}] sys-devel/llvm:4[${MULTILIB_USEDEP}] >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}] ) - <sys-devel/llvm-6:=[${MULTILIB_USEDEP}] + <sys-devel/llvm-7:=[${MULTILIB_USEDEP}] " LLVM_DEPSTR_AMDGPU=${LLVM_DEPSTR//]/,llvm_targets_AMDGPU(-)]} CLANG_DEPSTR=${LLVM_DEPSTR//llvm/clang} |