Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Thu, 04 Jan 2018 20:15:14
Message-Id: 1515096784.5e48879bd9f606399f1fe338811527b039cbf071.mgorny@gentoo
1 commit: 5e48879bd9f606399f1fe338811527b039cbf071
2 Author: Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk>
3 AuthorDate: Thu Jan 4 11:23:43 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 20:13:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e48879b
7
8 media-libs/mesa: Allow mesa-9999 to depend on llvm-9999
9
10 Add the new 7 slot
11
12 Closes: https://bugs.gentoo.org/643394
13 Closes: https://github.com/gentoo/gentoo/pull/6744
14 Signed-off-by: Mike Lothian <mike <AT> fireburn.co.uk>
15
16 media-libs/mesa/mesa-9999.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
20 index 7264f8d4d2f..3624ea7c600 100644
21 --- a/media-libs/mesa/mesa-9999.ebuild
22 +++ b/media-libs/mesa/mesa-9999.ebuild
23 @@ -148,6 +148,7 @@ RDEPEND="${RDEPEND}
24 # 3. Specify LLVM_MAX_SLOT, e.g. 6.
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}]