summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-09-21 15:00:15 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-09-21 15:04:42 +0200
commit11dfd033459deeac330320ec5e52197769b53599 (patch)
tree1143844de098fb39c4af9c89bda6fb2a5c7294a1 /eclass
parentwww-client/firefox: drop old (diff)
downloadgentoo-11dfd033459deeac330320ec5e52197769b53599.tar.gz
gentoo-11dfd033459deeac330320ec5e52197769b53599.tar.bz2
gentoo-11dfd033459deeac330320ec5e52197769b53599.zip
www-client/firefox: allow LLVM 9.x
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-v6.60.eclass8
1 files changed, 8 insertions, 0 deletions
diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
index 2a6e0e07bb60..ae83ebd6c314 100644
--- a/eclass/mozconfig-v6.60.eclass
+++ b/eclass/mozconfig-v6.60.eclass
@@ -160,6 +160,14 @@ DEPEND="app-arch/zip
sys-apps/findutils
|| (
(
+ sys-devel/clang:9
+ !clang? ( sys-devel/llvm:9 )
+ clang? (
+ =sys-devel/lld-9*
+ sys-devel/llvm:9[gold]
+ )
+ )
+ (
sys-devel/clang:8
!clang? ( sys-devel/llvm:8 )
clang? (