diff options
Diffstat (limited to 'dev-lang/rust/rust-1.88.0-r991.ebuild')
-rw-r--r-- | dev-lang/rust/rust-1.88.0-r991.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |