diff options
author | 2025-07-18 00:47:42 -0400 | |
---|---|---|
committer | 2025-07-18 00:47:42 -0400 | |
commit | 3bf099f5c8c094db319fe337e926fe57a55a6d06 (patch) | |
tree | 1691c2eb4b05c9df3f9d15f3fa0fc1979bc8c93f /dev-lang/rust/rust-1.88.0-r991.ebuild | |
parent | d286cb0852815cca708351df7f4ba818fbe96a37 (diff) | |
download | ppo-3bf099f5c8c094db319fe337e926fe57a55a6d06.tar.xz |
somehow the line was inserted into the wrong context
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" |