diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-05-29 23:03:17 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-31 22:03:06 +0100 |
commit | b18a6b18b3d4cd7ee76d79b0fe25edd17cef616e (patch) | |
tree | 725b9cc1a59b36d1073015c7d79ef26c4235a2ea /www-client | |
parent | mail-client/thunderbird: limit to <rust-1.78 for now (diff) | |
download | gentoo-b18a6b18b3d4cd7ee76d79b0fe25edd17cef616e.tar.gz gentoo-b18a6b18b3d4cd7ee76d79b0fe25edd17cef616e.tar.bz2 gentoo-b18a6b18b3d4cd7ee76d79b0fe25edd17cef616e.zip |
www-client/firefox: limit to <rust-1.78 for now
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-115.11.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-115.11.0.ebuild b/www-client/firefox/firefox-115.11.0.ebuild index 0edc08563f46..ceca36d6b063 100644 --- a/www-client/firefox/firefox-115.11.0.ebuild +++ b/www-client/firefox/firefox-115.11.0.ebuild @@ -114,10 +114,13 @@ BDEPEND="${PYTHON_DEPS} >=dev-util/cbindgen-0.24.3 net-libs/nodejs virtual/pkgconfig - !clang? ( >=virtual/rust-1.65 ) + !clang? ( + >=virtual/rust-1.65 + <virtual/rust-1.78 + ) !elibc_glibc? ( || ( - dev-lang/rust + <dev-lang/rust-1.78 <dev-lang/rust-bin-1.73 ) ) |