Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Sun, 25 Sep 2022 17:44:24
Message-Id: 1664127826.f877c1a27f23dc66fcb44bfd953bb690668ba63f.gyakovlev@gentoo
1 commit: f877c1a27f23dc66fcb44bfd953bb690668ba63f
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 17:43:46 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 17:43:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f877c1a2
7
8 dev-lang/rust: stage0.txt -> stage0.json in a comment
9
10 Closes: https://bugs.gentoo.org/864839
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.62.1.ebuild | 2 +-
14 dev-lang/rust/rust-1.63.0-r1.ebuild | 2 +-
15 dev-lang/rust/rust-1.64.0-r1.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-lang/rust/rust-1.62.1.ebuild b/dev-lang/rust/rust-1.62.1.ebuild
19 index a7b45bc3646b..40f43f8dbd0b 100644
20 --- a/dev-lang/rust/rust-1.62.1.ebuild
21 +++ b/dev-lang/rust/rust-1.62.1.ebuild
22 @@ -73,7 +73,7 @@ LLVM_DEPEND+=" )
23 # most of the time previous versions fail to bootstrap with newer
24 # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok,
25 # but it fails to bootstrap with 1.48.x
26 -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt
27 +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json
28 RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*"
29 RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*"
30 BOOTSTRAP_DEPEND="||
31
32 diff --git a/dev-lang/rust/rust-1.63.0-r1.ebuild b/dev-lang/rust/rust-1.63.0-r1.ebuild
33 index 9397a6ae451c..6c8d2717b4a9 100644
34 --- a/dev-lang/rust/rust-1.63.0-r1.ebuild
35 +++ b/dev-lang/rust/rust-1.63.0-r1.ebuild
36 @@ -73,7 +73,7 @@ LLVM_DEPEND+=" )
37 # most of the time previous versions fail to bootstrap with newer
38 # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok,
39 # but it fails to bootstrap with 1.48.x
40 -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt
41 +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json
42 RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*"
43 RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*"
44 BOOTSTRAP_DEPEND="||
45
46 diff --git a/dev-lang/rust/rust-1.64.0-r1.ebuild b/dev-lang/rust/rust-1.64.0-r1.ebuild
47 index dcd36ed07f9a..92c592d49b21 100644
48 --- a/dev-lang/rust/rust-1.64.0-r1.ebuild
49 +++ b/dev-lang/rust/rust-1.64.0-r1.ebuild
50 @@ -73,7 +73,7 @@ LLVM_DEPEND+=" )
51 # most of the time previous versions fail to bootstrap with newer
52 # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok,
53 # but it fails to bootstrap with 1.48.x
54 -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt
55 +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json
56 RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*"
57 RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*"
58 BOOTSTRAP_DEPEND="||