From bc3fed5c7d82a99811fa4dd63db8e66aba5be5b0 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 15 Mar 2019 08:40:44 +0100 Subject: [PATCH] media-libs/mesa: Specify upper bound for dependency on sys-devel/llvm. Update examples in comments. Fixes: https://bugs.gentoo.org/680424 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Matt Turner --- media-libs/mesa/mesa-18.2.8.ebuild | 6 +++--- media-libs/mesa/mesa-18.3.4.ebuild | 6 +++--- media-libs/mesa/mesa-19.0.0.ebuild | 6 +++--- media-libs/mesa/mesa-9999.ebuild | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/media-libs/mesa/mesa-18.2.8.ebuild b/media-libs/mesa/mesa-18.2.8.ebuild index 40b1a582b209..47c304a5f595 100644 --- a/media-libs/mesa/mesa-18.2.8.ebuild +++ b/media-libs/mesa/mesa-18.2.8.ebuild @@ -132,8 +132,8 @@ RDEPEND="${RDEPEND} # # How to use it: # 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. +# 2. Update the := to specify *max* version, e.g. < 8. +# 3. Specify LLVM_MAX_SLOT, e.g. 7. LLVM_MAX_SLOT="7" LLVM_DEPSTR=" || ( @@ -143,7 +143,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-3.9.0:0[${MULTILIB_USEDEP}] ) - sys-devel/llvm:=[${MULTILIB_USEDEP}] +