diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-27 16:23:41 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-27 16:23:41 +0200 |
commit | 9e35e79c9b55feaf6ffc8300c355543af0081153 (patch) | |
tree | 1265703094921872cdad1489816cd30a1e7f48f8 /www-client/firefox | |
parent | sys-apps/groff: Bump to version 1.22.4_rc2 (diff) | |
download | gentoo-9e35e79c9b55feaf6ffc8300c355543af0081153.tar.gz gentoo-9e35e79c9b55feaf6ffc8300c355543af0081153.tar.bz2 gentoo-9e35e79c9b55feaf6ffc8300c355543af0081153.zip |
www-client/firefox: require sys-devel/llvm[gold] when USE=clang
Bug: https://bugs.gentoo.org/666784
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-62.0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild index 81c5d44874e3..5afa3158b7f7 100644 --- a/www-client/firefox/firefox-62.0.2.ebuild +++ b/www-client/firefox/firefox-62.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -109,6 +109,7 @@ DEPEND="${CDEPEND} >=sys-devel/llvm-4.0.1 >=sys-devel/clang-4.0.1 clang? ( + >=sys-devel/llvm-4.0.1[gold] >=sys-devel/lld-4.0.1 ) pulseaudio? ( media-sound/pulseaudio ) |