Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 27 Sep 2018 14:31:35
Message-Id: 1538058221.9e35e79c9b55feaf6ffc8300c355543af0081153.whissi@gentoo
1 commit: 9e35e79c9b55feaf6ffc8300c355543af0081153
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 14:23:41 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 14:23:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e35e79c
7
8 www-client/firefox: require sys-devel/llvm[gold] when USE=clang
9
10 Bug: https://bugs.gentoo.org/666784
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13
14 www-client/firefox/firefox-62.0.2.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild
18 index 81c5d44874e..5afa3158b7f 100644
19 --- a/www-client/firefox/firefox-62.0.2.ebuild
20 +++ b/www-client/firefox/firefox-62.0.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -109,6 +109,7 @@ DEPEND="${CDEPEND}
28 >=sys-devel/llvm-4.0.1
29 >=sys-devel/clang-4.0.1
30 clang? (
31 + >=sys-devel/llvm-4.0.1[gold]
32 >=sys-devel/lld-4.0.1
33 )
34 pulseaudio? ( media-sound/pulseaudio )