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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1E24158042 for ; Sun, 10 Nov 2024 12:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F08DAE090A; Sun, 10 Nov 2024 12:29:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89A8BE090A for ; Sun, 10 Nov 2024 12:29:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 702B533BEED for ; Sun, 10 Nov 2024 12:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9E8011DF for ; Sun, 10 Nov 2024 12:29:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1731241753.9625eb0cbd0f0742e3f31f234280b38f2d01eab5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-132.0.1-r1.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9625eb0cbd0f0742e3f31f234280b38f2d01eab5 X-VCS-Branch: master Date: Sun, 10 Nov 2024 12:29:15 +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: 75a36e33-4180-44ff-a200-d2ffcba22a0b X-Archives-Hash: d6f9d6c391a698195eaf41401c26191d commit: 9625eb0cbd0f0742e3f31f234280b38f2d01eab5 Author: Joonas Niilola gentoo org> AuthorDate: Sun Nov 10 12:26:24 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Nov 10 12:29:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9625eb0c www-client/firefox: remove the lld/mold tc check from 132.0.1 - dependency-chain seems fine so a working lld will always be present, and the forcing of proper version happens later making this check counter-intuitive. Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-132.0.1-r1.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/www-client/firefox/firefox-132.0.1-r1.ebuild b/www-client/firefox/firefox-132.0.1-r1.ebuild index 6f0ec147305c..8e645730068f 100644 --- a/www-client/firefox/firefox-132.0.1-r1.ebuild +++ b/www-client/firefox/firefox-132.0.1-r1.ebuild @@ -490,17 +490,8 @@ pkg_setup() { fi check-reqs_pkg_setup - llvm-r1_pkg_setup rust_pkg_setup - - if [[ ${use_lto} == "yes" ]] && use clang; then - if ! (tc-ld-is-lld || tc-ld-is-mold) ; then - eerror "Building ${PN} with LTO and Clang requires the sys-devel/lld or sys-devel/mold linker!" - die "Please fix your toolchain configuration." - fi - fi - python-any-r1_pkg_setup # Avoid PGO profiling problems due to enviroment leakage