commit: 4a7cb9f5f6c19cbcf508adf6459bfef50cd3e06e
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri May 7 13:14:07 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri May 7 14:57:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7cb9f5
www-client/firefox: add LLVM:12 support
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-78.10.1.ebuild | 10 +++++++++-
www-client/firefox/firefox-88.0.1.ebuild | 10 +++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/www-client/firefox/firefox-78.10.1.ebuild
b/www-client/firefox/firefox-78.10.1.ebuild
index 0668b5cf927..c2e05bd89ee 100644
--- a/www-client/firefox/firefox-78.10.1.ebuild
+++ b/www-client/firefox/firefox-78.10.1.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
FIREFOX_PATCHSET="firefox-78esr-patches-12.tar.xz"
-LLVM_MAX_SLOT=11
+LLVM_MAX_SLOT=12
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -78,6 +78,14 @@ BDEPEND="${PYTHON_DEPS}
virtual/pkgconfig
>=virtual/rust-1.41.0
|| (
+ (
+ sys-devel/clang:12
+ sys-devel/llvm:12
+ clang? (
+ =sys-devel/lld-12*
+ pgo? (
=sys-libs/compiler-rt-sanitizers-12*[profile] )
+ )
+ )
(
sys-devel/clang:11
sys-devel/llvm:11
diff --git a/www-client/firefox/firefox-88.0.1.ebuild
b/www-client/firefox/firefox-88.0.1.ebuild
index 85f03db61e8..9f488363331 100644
--- a/www-client/firefox/firefox-88.0.1.ebuild
+++ b/www-client/firefox/firefox-88.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
FIREFOX_PATCHSET="firefox-88-patches-03.tar.xz"
-LLVM_MAX_SLOT=11
+LLVM_MAX_SLOT=12
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -77,6 +77,14 @@ BDEPEND="${PYTHON_DEPS}
virtual/pkgconfig
>=virtual/rust-1.47.0
|| (
+ (
+ sys-devel/clang:12
+ sys-devel/llvm:12
+ clang? (
+ =sys-devel/lld-12*
+ pgo? (
=sys-libs/compiler-rt-sanitizers-12*[profile] )
+ )
+ )
(
sys-devel/clang:11
sys-devel/llvm:11