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, 22 Sep 2022 00:28:52
Message-Id: 1663805206.b6282d52dc83e366ba8b189d8da612f100dfa8ce.mattst88@gentoo
1 commit: b6282d52dc83e366ba8b189d8da612f100dfa8ce
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 00:05:32 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 00:06:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6282d52
7
8 media-libs/mesa: Allow llvm:15
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index 830e5bfd10f3..b67f1493125c 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -110,9 +110,10 @@ 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="14"
24 +LLVM_MAX_SLOT="15"
25 LLVM_DEPSTR="
26 || (
27 + sys-devel/llvm:15[${MULTILIB_USEDEP}]
28 sys-devel/llvm:14[${MULTILIB_USEDEP}]
29 sys-devel/llvm:13[${MULTILIB_USEDEP}]
30 )