summaryrefslogtreecommitdiff
path: root/www-client/firefox/firefox-102.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/firefox-102.2.0.ebuild')
-rw-r--r--www-client/firefox/firefox-102.2.0.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-102.2.0.ebuild b/www-client/firefox/firefox-102.2.0.ebuild
index a0eeff939240..9e0b2260a47a 100644
--- a/www-client/firefox/firefox-102.2.0.ebuild
+++ b/www-client/firefox/firefox-102.2.0.ebuild
@@ -460,6 +460,13 @@ pkg_setup() {
fi
fi
+ if ver_test $(rustc -V | cut -d" " -f2) -ge "1.63"; then
+ ewarn "Rust-1.63 is currently unsupported for building Firefox-102."
+ ewarn "Please use 'eselect rust' to switch to a lower version, then resume"
+ ewarn "building Firefox."
+ die "Rust-1.63 detected. Use eselect rust to choose <1.63"
+ fi
+
python-any-r1_pkg_setup
# Avoid PGO profiling problems due to enviroment leakage