From 4a7cb9f5f6c19cbcf508adf6459bfef50cd3e06e Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Fri, 7 May 2021 15:14:07 +0200 Subject: www-client/firefox: add LLVM:12 support Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann --- 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(-) (limited to 'www-client/firefox') diff --git a/www-client/firefox/firefox-78.10.1.ebuild b/www-client/firefox/firefox-78.10.1.ebuild index 0668b5cf9276..c2e05bd89ee6 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 85f03db61e8f..9f488363331d 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 -- cgit v1.2.3-65-gdbad