diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-29 22:12:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-29 23:15:02 +0100 |
commit | 4d8676a0db4ff1d1d79f974f672603283ed2b93b (patch) | |
tree | d032d57b2f0fad17627e134e580e48ad82251ec9 /media-libs/mesa | |
parent | www-apps/chromedriver-bin: append chromedriver version to downloaded filename (diff) | |
download | gentoo-4d8676a0db4ff1d1d79f974f672603283ed2b93b.tar.gz gentoo-4d8676a0db4ff1d1d79f974f672603283ed2b93b.tar.bz2 gentoo-4d8676a0db4ff1d1d79f974f672603283ed2b93b.zip |
media-libs/mesa: Restrict 17.3.0_rc* to LLVM 5
The 17.3.0_rc* no longer works with the current state of
sys-devel/llvm-9999 (aka LLVM 6). Furthermore, it really makes little
sense to constantly track whether mesa works with a moving target of
LLVM svn, so let's just stick with released LLVM slots (or at least RCs)
in mesa release ebuilds, and allow 9999 in mesa-9999.
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-17.3.0_rc5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-17.3.0_rc5.ebuild b/media-libs/mesa/mesa-17.3.0_rc5.ebuild index 03a35c8a2c1c..fa362116f537 100644 --- a/media-libs/mesa/mesa-17.3.0_rc5.ebuild +++ b/media-libs/mesa/mesa-17.3.0_rc5.ebuild @@ -146,9 +146,9 @@ 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_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}] |