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: Sat, 30 Oct 2021 23:04:31
Message-Id: 1635635053.b9ab97c1f47ec0a3f0dc4f6c6a5982cbedb52d76.mattst88@gentoo
1 commit: b9ab97c1f47ec0a3f0dc4f6c6a5982cbedb52d76
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 20:31:45 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 23:04:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ab97c1
7
8 media-libs/mesa: Allow sys-devel/llvm:13
9
10 Closes: https://bugs.gentoo.org/816381
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-libs/mesa/mesa-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index a1cf6898f2e..81c434cf294 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -139,9 +139,10 @@ RDEPEND="${RDEPEND}
21 # 1. List all the working slots (with min versions) in ||, newest first.
22 # 2. Update the := to specify *max* version, e.g. < 10.
23 # 3. Specify LLVM_MAX_SLOT, e.g. 9.
24 -LLVM_MAX_SLOT="12"
25 +LLVM_MAX_SLOT="13"
26 LLVM_DEPSTR="
27 || (
28 + sys-devel/llvm:13[${MULTILIB_USEDEP}]
29 sys-devel/llvm:12[${MULTILIB_USEDEP}]
30 sys-devel/llvm:11[${MULTILIB_USEDEP}]
31 )