commit: a3bb64af91767057e64f3c5c60a3e4ed9e7b9ea0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 20:02:58 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 20:02:58 2020 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=a3bb64af
www-client/firefox: synchronize with Gentoo repository
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-75.0_beta1.ebuild | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/www-client/firefox/firefox-75.0_beta1.ebuild
b/www-client/firefox/firefox-75.0_beta1.ebuild
index 2240bdc..445d117 100644
--- a/www-client/firefox/firefox-75.0_beta1.ebuild
+++ b/www-client/firefox/firefox-75.0_beta1.ebuild
@@ -38,7 +38,7 @@ if [[ "${PV}" == *_rc* ]]; then
MOZ_SRC_URI="${MOZ_HTTP_URI}/source/${PN}-${MOZ_PV}.source.tar.xz ->
$P.tar.xz"
fi
-LLVM_MAX_SLOT=9
+LLVM_MAX_SLOT=10
inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils \
gnome2-utils llvm mozcoreconf-v6 pax-utils xdg-utils \
@@ -130,6 +130,15 @@ DEPEND="${CDEPEND}
>=sys-devel/binutils-2.30
sys-apps/findutils
|| (
+ (
+ sys-devel/clang:10
+ !clang? ( sys-devel/llvm:10 )
+ clang? (
+ =sys-devel/lld-10*
+ sys-devel/llvm:10[gold]
+ pgo? (
=sys-libs/compiler-rt-sanitizers-10*[profile] )
+ )
+ )
(
sys-devel/clang:9
!clang? ( sys-devel/llvm:9 )
@@ -675,7 +684,7 @@ src_install() {
fi
# Install language packs
- MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install
+ MOZEXTENSION_TARGET="distribution/extensions"
MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install
local size sizes icon_path icon name
if use bindist ; then