www-client/firefox: require sys-devel/llvm[gold] when USE=clang
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 27 Sep 2018 14:23:41 +0000 (16:23 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 27 Sep 2018 14:23:41 +0000 (16:23 +0200)
Bug: https://bugs.gentoo.org/666784
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

www-client/firefox/firefox-62.0.2.ebuild

index 81c5d44874e3a97b84de9a9fd05b5e63e19c11a5..5afa3158b7f731ac3baaf87e81993452c3d51822 100644 (file)
@@ -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 )