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: Fri, 31 Jan 2020 19:20:26
Message-Id: 1580498410.146df59de35c018361adcef8d69f0de4d6995316.mattst88@gentoo
1 commit: 146df59de35c018361adcef8d69f0de4d6995316
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 19:02:16 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 19:20:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146df59d
7
8 media-libs/mesa: Drop sys-devel/llvm:7
9
10 RADV requires at least llvm:8, which is stable.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 media-libs/mesa/mesa-9999.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
18 index b1dbf709f8e..5bec3f52d10 100644
19 --- a/media-libs/mesa/mesa-9999.ebuild
20 +++ b/media-libs/mesa/mesa-9999.ebuild
21 @@ -152,7 +152,6 @@ LLVM_DEPSTR="
22 sys-devel/llvm:10[${MULTILIB_USEDEP}]
23 sys-devel/llvm:9[${MULTILIB_USEDEP}]
24 sys-devel/llvm:8[${MULTILIB_USEDEP}]
25 - sys-devel/llvm:7[${MULTILIB_USEDEP}]
26 )
27 sys-devel/llvm:=[${MULTILIB_USEDEP}]
28 "