commit:     61264ed950b7b556639fe7266e6898cfc26d5ce6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 03:42:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 03:43:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61264ed9

www-client/seamonkey: fix dropping Rust upper bound

Closes: https://bugs.gentoo.org/887747
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/seamonkey/seamonkey-2.53.14-r2.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/www-client/seamonkey/seamonkey-2.53.14-r2.ebuild 
b/www-client/seamonkey/seamonkey-2.53.14-r2.ebuild
index 61adc49bacbb..b5f0327f791e 100644
--- a/www-client/seamonkey/seamonkey-2.53.14-r2.ebuild
+++ b/www-client/seamonkey/seamonkey-2.53.14-r2.ebuild
@@ -147,12 +147,12 @@ pkg_setup() {
                ewarn "Those belong to upstream: https://bugzilla.mozilla.org";
        fi
 
-       if ver_test $(rustc -V | tr -cd '[0-9.]' | cut -d" " -f2) -ge "1.65"; 
then
-           ewarn "Rust-1.65 or newer is currently unsupported for building 
${P}."
-           ewarn "Please use 'eselect rust' to switch to a lower version, then 
resume"
-           ewarn "building ${PN}."
-           die "Rust-1.65 or newer detected. Use eselect rust to choose <1.65"
-       fi
+       #if ver_test $(rustc -V | tr -cd '[0-9.]' | cut -d" " -f2) -ge "1.65"; 
then
+       #    ewarn "Rust-1.65 or newer is currently unsupported for building 
${P}."
+       #    ewarn "Please use 'eselect rust' to switch to a lower version, 
then resume"
+       #    ewarn "building ${PN}."
+       #    die "Rust-1.65 or newer detected. Use eselect rust to choose <1.65"
+       #fi
 
        moz_pkgsetup
 }

Reply via email to