diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-05-04 08:36:02 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-05-04 08:44:34 +0300 |
commit | 6e189bd44d4b1cebb8281b646b1452819660b934 (patch) | |
tree | f11eaee7194b43794c79a763430fe08ff486d21a /www-client/firefox | |
parent | sys-libs/libunwind: drop 1.5.0-r1 (diff) | |
download | gentoo-6e189bd44d4b1cebb8281b646b1452819660b934.tar.gz gentoo-6e189bd44d4b1cebb8281b646b1452819660b934.tar.bz2 gentoo-6e189bd44d4b1cebb8281b646b1452819660b934.zip |
www-client/firefox: enhance the rust/llvm/lld message even further
Bug: https://bugs.gentoo.org/838121
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-100.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-100.0.ebuild b/www-client/firefox/firefox-100.0.ebuild index ff47fd242368..f5e1829e3f49 100644 --- a/www-client/firefox/firefox-100.0.ebuild +++ b/www-client/firefox/firefox-100.0.ebuild @@ -464,7 +464,7 @@ pkg_setup() { eerror " - Switch to dev-lang/rust[system-llvm] which will guarantee matching version" eerror " - Build ${CATEGORY}/${PN} without USE=lto" eerror " - Rebuild lld with llvm that was used to build rust (may need to rebuild the whole " - eerror " chain depending on your @world updates)" + eerror " llvm/clang/lld/rust chain depending on your @world updates)" die "LLVM version used by Rust (${version_llvm_rust}) does not match with ld.lld version (${version_lld})!" fi fi |