From 3bf099f5c8c094db319fe337e926fe57a55a6d06 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 18 Jul 2025 00:47:42 -0400 Subject: somehow the line was inserted into the wrong context --- dev-lang/rust/rust-1.88.0-r991.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-lang/rust/rust-1.88.0-r991.ebuild') diff --git a/dev-lang/rust/rust-1.88.0-r991.ebuild b/dev-lang/rust/rust-1.88.0-r991.ebuild index ea5b41b..ab26045 100644 --- a/dev-lang/rust/rust-1.88.0-r991.ebuild +++ b/dev-lang/rust/rust-1.88.0-r991.ebuild @@ -376,7 +376,6 @@ src_configure() { fi local rust_stage0_root="$(${RUSTC} --print sysroot || die "Can't determine rust's sysroot")" - use nightly && build_channel="nightly" # in case of prefix it will be already prefixed, as --print sysroot returns full path [[ -d ${rust_stage0_root} ]] || die "${rust_stage0_root} is not a directory" @@ -406,6 +405,7 @@ src_configure() { build_channel="stable" ;; esac + use nightly && build_channel="nightly" cat <<- _EOF_ > "${S}"/bootstrap.toml # Suppresses a warning about tracking changes which we don't care about. change-id = "ignore" -- cgit v1.2.3