Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sun, 30 Oct 2022 09:43:22
Message-Id: 1667122874.74a77d846e7b2a1cbb07aa763c1e885fe0c6a06f.sam@gentoo
1 commit: 74a77d846e7b2a1cbb07aa763c1e885fe0c6a06f
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 25 08:59:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:41:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a77d84
7
8 media-libs/mesa: Allow llvm:16
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/27940
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-libs/mesa/mesa-9999.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
18 index 974241738461..8a0be5c983d5 100644
19 --- a/media-libs/mesa/mesa-9999.ebuild
20 +++ b/media-libs/mesa/mesa-9999.ebuild
21 @@ -107,9 +107,10 @@ RDEPEND="${RDEPEND}
22 # 1. List all the working slots (with min versions) in ||, newest first.
23 # 2. Update the := to specify *max* version, e.g. < 10.
24 # 3. Specify LLVM_MAX_SLOT, e.g. 9.
25 -LLVM_MAX_SLOT="15"
26 +LLVM_MAX_SLOT="16"
27 LLVM_DEPSTR="
28 || (
29 + sys-devel/llvm:16[${MULTILIB_USEDEP}]
30 sys-devel/llvm:15[${MULTILIB_USEDEP}]
31 sys-devel/llvm:14[${MULTILIB_USEDEP}]
32 sys-devel/llvm:13[${MULTILIB_USEDEP}]