commit:     4af1d81551cb032f64e588bb9472f3c425fb3fe8
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 19:42:20 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 19:42:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af1d815

www-client/firefox: allow building with llvm:11

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-client/firefox/firefox-78.3.0.ebuild | 10 +++++++++-
 www-client/firefox/firefox-81.0.ebuild   | 10 +++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/firefox-78.3.0.ebuild 
b/www-client/firefox/firefox-78.3.0.ebuild
index 1ceb02811ff..50806d400ca 100644
--- a/www-client/firefox/firefox-78.3.0.ebuild
+++ b/www-client/firefox/firefox-78.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
 
 FIREFOX_PATCHSET="firefox-esr-78-patches-02.tar.xz"
 
-LLVM_MAX_SLOT=10
+LLVM_MAX_SLOT=11
 
 PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -64,6 +64,14 @@ BDEPEND="${PYTHON_DEPS}
        virtual/pkgconfig
        >=virtual/rust-1.43.0
        || (
+               (
+                       sys-devel/clang:11
+                       sys-devel/llvm:11
+                       clang? (
+                               =sys-devel/lld-11*
+                               pgo? ( 
=sys-libs/compiler-rt-sanitizers-11*[profile] )
+                       )
+               )
                (
                        sys-devel/clang:10
                        sys-devel/llvm:10

diff --git a/www-client/firefox/firefox-81.0.ebuild 
b/www-client/firefox/firefox-81.0.ebuild
index 062a2c818fe..72041321a73 100644
--- a/www-client/firefox/firefox-81.0.ebuild
+++ b/www-client/firefox/firefox-81.0.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
 
 FIREFOX_PATCHSET="firefox-81-patches-01.tar.xz"
 
-LLVM_MAX_SLOT=10
+LLVM_MAX_SLOT=11
 
 PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -64,6 +64,14 @@ BDEPEND="${PYTHON_DEPS}
        virtual/pkgconfig
        >=virtual/rust-1.43.0
        || (
+               (
+                       sys-devel/clang:11
+                       sys-devel/llvm:11
+                       clang? (
+                               =sys-devel/lld-11*
+                               pgo? ( 
=sys-libs/compiler-rt-sanitizers-11*[profile] )
+                       )
+               )
                (
                        sys-devel/clang:10
                        sys-devel/llvm:10

Reply via email to