commit: e627e1dc0b1ee23bdd73de91269ba81eeef3c2b1 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Jul 4 14:28:48 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jul 4 14:28:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e627e1dc
media-libs/mesa: Define LLVM_MAX_SLOT Closes: https://bugs.gentoo.org/658406 media-libs/mesa/mesa-18.1.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-18.1.3.ebuild b/media-libs/mesa/mesa-18.1.3.ebuild index 174ef6902cf..fab79931039 100644 --- a/media-libs/mesa/mesa-18.1.3.ebuild +++ b/media-libs/mesa/mesa-18.1.3.ebuild @@ -143,6 +143,7 @@ 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="6" LLVM_DEPSTR=" || ( sys-devel/llvm:7[${MULTILIB_USEDEP}]
