From f877c1a27f23dc66fcb44bfd953bb690668ba63f Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sun, 25 Sep 2022 10:43:46 -0700 Subject: [PATCH] dev-lang/rust: stage0.txt -> stage0.json in a comment Closes: https://bugs.gentoo.org/864839 Signed-off-by: Georgy Yakovlev --- dev-lang/rust/rust-1.62.1.ebuild | 2 +- dev-lang/rust/rust-1.63.0-r1.ebuild | 2 +- dev-lang/rust/rust-1.64.0-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/rust/rust-1.62.1.ebuild b/dev-lang/rust/rust-1.62.1.ebuild index a7b45bc3646b3..40f43f8dbd0bc 100644 --- a/dev-lang/rust/rust-1.62.1.ebuild +++ b/dev-lang/rust/rust-1.62.1.ebuild @@ -73,7 +73,7 @@ LLVM_DEPEND+=" ) # most of the time previous versions fail to bootstrap with newer # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok, # but it fails to bootstrap with 1.48.x -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*" RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*" BOOTSTRAP_DEPEND="|| diff --git a/dev-lang/rust/rust-1.63.0-r1.ebuild b/dev-lang/rust/rust-1.63.0-r1.ebuild index 9397a6ae451c4..6c8d2717b4a9f 100644 --- a/dev-lang/rust/rust-1.63.0-r1.ebuild +++ b/dev-lang/rust/rust-1.63.0-r1.ebuild @@ -73,7 +73,7 @@ LLVM_DEPEND+=" ) # most of the time previous versions fail to bootstrap with newer # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok, # but it fails to bootstrap with 1.48.x -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*" RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*" BOOTSTRAP_DEPEND="|| diff --git a/dev-lang/rust/rust-1.64.0-r1.ebuild b/dev-lang/rust/rust-1.64.0-r1.ebuild index dcd36ed07f9ae..92c592d49b211 100644 --- a/dev-lang/rust/rust-1.64.0-r1.ebuild +++ b/dev-lang/rust/rust-1.64.0-r1.ebuild @@ -73,7 +73,7 @@ LLVM_DEPEND+=" ) # most of the time previous versions fail to bootstrap with newer # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok, # but it fails to bootstrap with 1.48.x -# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.txt +# https://github.com/rust-lang/rust/blob/${PV}/src/stage0.json RUST_DEP_PREV="$(ver_cut 1).$(($(ver_cut 2) - 1))*" RUST_DEP_CURR="$(ver_cut 1).$(ver_cut 2)*" BOOTSTRAP_DEPEND="||