Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Wed, 04 May 2022 05:44:42
Message-Id: 1651643074.6e189bd44d4b1cebb8281b646b1452819660b934.juippis@gentoo
1 commit: 6e189bd44d4b1cebb8281b646b1452819660b934
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 05:36:02 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 05:44:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e189bd4
7
8 www-client/firefox: enhance the rust/llvm/lld message even further
9
10 Bug: https://bugs.gentoo.org/838121
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 www-client/firefox/firefox-100.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/firefox-100.0.ebuild b/www-client/firefox/firefox-100.0.ebuild
17 index ff47fd242368..f5e1829e3f49 100644
18 --- a/www-client/firefox/firefox-100.0.ebuild
19 +++ b/www-client/firefox/firefox-100.0.ebuild
20 @@ -464,7 +464,7 @@ pkg_setup() {
21 eerror " - Switch to dev-lang/rust[system-llvm] which will guarantee matching version"
22 eerror " - Build ${CATEGORY}/${PN} without USE=lto"
23 eerror " - Rebuild lld with llvm that was used to build rust (may need to rebuild the whole "
24 - eerror " chain depending on your @world updates)"
25 + eerror " llvm/clang/lld/rust chain depending on your @world updates)"
26 die "LLVM version used by Rust (${version_llvm_rust}) does not match with ld.lld version (${version_lld})!"
27 fi
28 fi