commit:     0690a788fe9884a6bbf2ee65e56cbc30c9ab6198
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 07:03:59 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 07:24:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0690a788

www-client/firefox: adjust rust dep on 115esr with gcc or musl

Bug: https://bugs.gentoo.org/936072
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-client/firefox/firefox-115.13.0.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/www-client/firefox/firefox-115.13.0.ebuild 
b/www-client/firefox/firefox-115.13.0.ebuild
index 2402163d52e3..5890b9ed1acc 100644
--- a/www-client/firefox/firefox-115.13.0.ebuild
+++ b/www-client/firefox/firefox-115.13.0.ebuild
@@ -123,13 +123,10 @@ BDEPEND="${PYTHON_DEPS}
        >=dev-util/cbindgen-0.24.3
        net-libs/nodejs
        virtual/pkgconfig
-       !clang? (
-               >=virtual/rust-1.65
-               <virtual/rust-1.78
-       )
+       !clang? ( virtual/rust )
        !elibc_glibc? (
                || (
-                       <dev-lang/rust-1.78
+                       dev-lang/rust
                        <dev-lang/rust-bin-1.73
                )
        )

Reply via email to