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: Wed, 01 Feb 2023 18:28:39
Message-Id: 1675276106.7ad98dcff4c7d4b555ccdaa68a0745f089c359c3.mattst88@gentoo
1 commit: 7ad98dcff4c7d4b555ccdaa68a0745f089c359c3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 18:16:39 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 18:28:26 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad98dcf
7
8 media-libs/mesa: Drop llvm:13 and llvm:14 support
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-9999.ebuild | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index eb3f9e101cf3..e85c95eeb1ec 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -110,8 +110,6 @@ LLVM_DEPSTR="
20 || (
21 sys-devel/llvm:16[${MULTILIB_USEDEP}]
22 sys-devel/llvm:15[${MULTILIB_USEDEP}]
23 - sys-devel/llvm:14[${MULTILIB_USEDEP}]
24 - sys-devel/llvm:13[${MULTILIB_USEDEP}]
25 )
26 <sys-devel/llvm-$((LLVM_MAX_SLOT + 1)):=[${MULTILIB_USEDEP}]
27 "