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, 06 Aug 2020 06:39:52
Message-Id: 1596695977.2a72d0fc7f890f48db2c6a69bd78e832bdce2b83.mattst88@gentoo
1 commit: 2a72d0fc7f890f48db2c6a69bd78e832bdce2b83
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 06:37:53 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 06:39:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a72d0fc
7
8 media-libs/mesa: Drop llvm:8 dependency
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-9999.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index 01dccc1bdd2..36c5b235d2d 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -151,7 +151,6 @@ LLVM_DEPSTR="
20 || (
21 sys-devel/llvm:10[${MULTILIB_USEDEP}]
22 sys-devel/llvm:9[${MULTILIB_USEDEP}]
23 - sys-devel/llvm:8[${MULTILIB_USEDEP}]
24 )
25 <sys-devel/llvm-$((LLVM_MAX_SLOT + 1)):=[${MULTILIB_USEDEP}]
26 "