diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-11-10 14:26:24 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-11-10 14:29:13 +0200 |
commit | 9625eb0cbd0f0742e3f31f234280b38f2d01eab5 (patch) | |
tree | cf91c4f68a0a79969e4dc960183e5c2c867cd21e /www-client | |
parent | app-misc/timew: drop 1.4.3-r1 (diff) | |
download | gentoo-9625eb0cbd0f0742e3f31f234280b38f2d01eab5.tar.gz gentoo-9625eb0cbd0f0742e3f31f234280b38f2d01eab5.tar.bz2 gentoo-9625eb0cbd0f0742e3f31f234280b38f2d01eab5.zip |
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 <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-132.0.1-r1.ebuild | 9 |
1 files changed, 0 insertions, 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 |