From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A8EB138350 for ; Wed, 11 Mar 2020 20:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58729E08F9; Wed, 11 Mar 2020 20:03:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F2C9E08F9 for ; Wed, 11 Mar 2020 20:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5A2734F204 for ; Wed, 11 Mar 2020 20:03:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8332102 for ; Wed, 11 Mar 2020 20:03:10 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1583956978.a3bb64af91767057e64f3c5c60a3e4ed9e7b9ea0.whissi@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-75.0_beta1.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a3bb64af91767057e64f3c5c60a3e4ed9e7b9ea0 X-VCS-Branch: master Date: Wed, 11 Mar 2020 20:03:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d834f67-6cea-4066-b751-89e970508fb8 X-Archives-Hash: 21dda372348c932251ccb8664598dc7d commit: a3bb64af91767057e64f3c5c60a3e4ed9e7b9ea0 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Mar 11 20:02:58 2020 +0000 Commit: Thomas Deutschmann gentoo 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 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