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, 04 Feb 2019 19:18:50
Message-Id: 1549307908.5256ebb8e047b1afbfb6e7e5646f6bd753d1ff1e.mattst88@gentoo
1 commit: 5256ebb8e047b1afbfb6e7e5646f6bd753d1ff1e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 19:17:10 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 19:18:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5256ebb8
7
8 media-libs/mesa: Drop support for llvm < 7
9
10 radv and radeonsi require llvm-7 and are the main consumers. Allowing
11 older versions would complicate the DEPEND for very little gain.
12
13 Closes: https://bugs.gentoo.org/677096
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 media-libs/mesa/mesa-19.0.0_rc1.ebuild | 4 ----
17 media-libs/mesa/mesa-9999.ebuild | 4 ----
18 2 files changed, 8 deletions(-)
19
20 diff --git a/media-libs/mesa/mesa-19.0.0_rc1.ebuild b/media-libs/mesa/mesa-19.0.0_rc1.ebuild
21 index b1742f927cd..dd35b9d8a13 100644
22 --- a/media-libs/mesa/mesa-19.0.0_rc1.ebuild
23 +++ b/media-libs/mesa/mesa-19.0.0_rc1.ebuild
24 @@ -138,10 +138,6 @@ LLVM_MAX_SLOT="7"
25 LLVM_DEPSTR="
26 || (
27 sys-devel/llvm:7[${MULTILIB_USEDEP}]
28 - sys-devel/llvm:6[${MULTILIB_USEDEP}]
29 - sys-devel/llvm:5[${MULTILIB_USEDEP}]
30 - sys-devel/llvm:4[${MULTILIB_USEDEP}]
31 - >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]
32 )
33 sys-devel/llvm:=[${MULTILIB_USEDEP}]
34 "
35
36 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
37 index 9f2e8be0d2e..919f2e68bb2 100644
38 --- a/media-libs/mesa/mesa-9999.ebuild
39 +++ b/media-libs/mesa/mesa-9999.ebuild
40 @@ -138,10 +138,6 @@ LLVM_DEPSTR="
41 || (
42 sys-devel/llvm:8[${MULTILIB_USEDEP}]
43 sys-devel/llvm:7[${MULTILIB_USEDEP}]
44 - sys-devel/llvm:6[${MULTILIB_USEDEP}]
45 - sys-devel/llvm:5[${MULTILIB_USEDEP}]
46 - sys-devel/llvm:4[${MULTILIB_USEDEP}]
47 - >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]
48 )
49 sys-devel/llvm:=[${MULTILIB_USEDEP}]
50 "