Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 15 Sep 2022 06:44:38
Message-Id: 1663222098.9397d07c5329a062eb63883d14018e143d6f6ba2.juippis@gentoo
1 commit: 9397d07c5329a062eb63883d14018e143d6f6ba2
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 15 06:08:18 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 15 06:08:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9397d07c
7
8 www-client/firefox: restrict rust to <1.63 on 102
9
10 - new versions which supports 1.63 will be out in few days.
11
12 Bug: https://bugs.gentoo.org/870088
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 www-client/firefox/firefox-102.2.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/www-client/firefox/firefox-102.2.0.ebuild b/www-client/firefox/firefox-102.2.0.ebuild
19 index 5fc46dffe81b..a0eeff939240 100644
20 --- a/www-client/firefox/firefox-102.2.0.ebuild
21 +++ b/www-client/firefox/firefox-102.2.0.ebuild
22 @@ -87,7 +87,7 @@ BDEPEND="${PYTHON_DEPS}
23 >=dev-util/cbindgen-0.24.3
24 net-libs/nodejs
25 virtual/pkgconfig
26 - virtual/rust
27 + <virtual/rust-1.63
28 || (
29 (
30 sys-devel/clang:14