summaryrefslogtreecommitdiff
path: root/www-client/firefox/firefox-102.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-16 17:15:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-16 17:15:17 +0100
commit6e356edde093fb3589ab7a5859685e85c2873ab0 (patch)
tree5f17cc7bfbddda45678967fdc0a5f9f35fa9c02a /www-client/firefox/firefox-102.2.0.ebuild
parentacb0389058b8ef612d851b1ab54fa37376c4b7f7 (diff)
gentoo auto-resync : 16:09:2022 - 17:15:17
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