commit: 6e189bd44d4b1cebb8281b646b1452819660b934 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed May 4 05:36:02 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed May 4 05:44:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e189bd4
www-client/firefox: enhance the rust/llvm/lld message even further Bug: https://bugs.gentoo.org/838121 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-client/firefox/firefox-100.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
