Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Thu, 28 Apr 2022 18:40:07
Message-Id: 1651171166.6e560024c61e7884b204e0f57a6ac5cd6d15ca75.mattst88@gentoo
1 commit: 6e560024c61e7884b204e0f57a6ac5cd6d15ca75
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 18:38:10 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 18:39:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e560024
7
8 media-libs/mesa: Raise LLVM_MAX_SLOT to 14
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index ea84dca27df0..a01a3030e452 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -111,12 +111,12 @@ RDEPEND="${RDEPEND}
20 # 1. List all the working slots (with min versions) in ||, newest first.
21 # 2. Update the := to specify *max* version, e.g. < 10.
22 # 3. Specify LLVM_MAX_SLOT, e.g. 9.
23 -LLVM_MAX_SLOT="13"
24 +LLVM_MAX_SLOT="14"
25 LLVM_DEPSTR="
26 || (
27 + sys-devel/llvm:14[${MULTILIB_USEDEP}]
28 sys-devel/llvm:13[${MULTILIB_USEDEP}]
29 sys-devel/llvm:12[${MULTILIB_USEDEP}]
30 - sys-devel/llvm:11[${MULTILIB_USEDEP}]
31 )
32 <sys-devel/llvm-$((LLVM_MAX_SLOT + 1)):=[${MULTILIB_USEDEP}]
33 "