Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Wed, 11 Mar 2020 20:03:16
Message-Id: 1583956978.a3bb64af91767057e64f3c5c60a3e4ed9e7b9ea0.whissi@gentoo
1 commit: a3bb64af91767057e64f3c5c60a3e4ed9e7b9ea0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 11 20:02:58 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 20:02:58 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=a3bb64af
7
8 www-client/firefox: synchronize with Gentoo repository
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-75.0_beta1.ebuild | 13 +++++++++++--
14 1 file changed, 11 insertions(+), 2 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-75.0_beta1.ebuild b/www-client/firefox/firefox-75.0_beta1.ebuild
17 index 2240bdc..445d117 100644
18 --- a/www-client/firefox/firefox-75.0_beta1.ebuild
19 +++ b/www-client/firefox/firefox-75.0_beta1.ebuild
20 @@ -38,7 +38,7 @@ if [[ "${PV}" == *_rc* ]]; then
21 MOZ_SRC_URI="${MOZ_HTTP_URI}/source/${PN}-${MOZ_PV}.source.tar.xz -> $P.tar.xz"
22 fi
23
24 -LLVM_MAX_SLOT=9
25 +LLVM_MAX_SLOT=10
26
27 inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils \
28 gnome2-utils llvm mozcoreconf-v6 pax-utils xdg-utils \
29 @@ -130,6 +130,15 @@ DEPEND="${CDEPEND}
30 >=sys-devel/binutils-2.30
31 sys-apps/findutils
32 || (
33 + (
34 + sys-devel/clang:10
35 + !clang? ( sys-devel/llvm:10 )
36 + clang? (
37 + =sys-devel/lld-10*
38 + sys-devel/llvm:10[gold]
39 + pgo? ( =sys-libs/compiler-rt-sanitizers-10*[profile] )
40 + )
41 + )
42 (
43 sys-devel/clang:9
44 !clang? ( sys-devel/llvm:9 )
45 @@ -675,7 +684,7 @@ src_install() {
46 fi
47
48 # Install language packs
49 - MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install
50 + MOZEXTENSION_TARGET="distribution/extensions" MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install
51
52 local size sizes icon_path icon name
53 if use bindist ; then