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: Mon, 12 Oct 2020 16:14:03
Message-Id: 1602519228.29d072b004aef9e892133c54b601e3aaad02ae04.mattst88@gentoo
1 commit: 29d072b004aef9e892133c54b601e3aaad02ae04
2 Author: Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk>
3 AuthorDate: Mon Oct 12 15:04:41 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 16:13:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d072b0
7
8 media-libs/mesa: Allow llvm-11 slot
9
10 Signed-off-by: Mike Lothian <mike <AT> fireburn.co.uk>
11 Closes: https://github.com/gentoo/gentoo/pull/17902
12 Signed-off-by: Matt Turner <mattst88 <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 402d1049c18..48d1f0be041 100644
19 --- a/media-libs/mesa/mesa-9999.ebuild
20 +++ b/media-libs/mesa/mesa-9999.ebuild
21 @@ -143,9 +143,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="10"
26 +LLVM_MAX_SLOT="11"
27 LLVM_DEPSTR="
28 || (
29 + sys-devel/llvm:11[${MULTILIB_USEDEP}]
30 sys-devel/llvm:10[${MULTILIB_USEDEP}]
31 sys-devel/llvm:9[${MULTILIB_USEDEP}]
32 )