diff options
-rw-r--r-- | eclass/rust.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/rust.eclass b/eclass/rust.eclass index e91048a6f193..08f935a821a8 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -196,8 +196,8 @@ _rust_set_globals() { for slot in "${_RUST_SLOTS[@]}"; do usedep="${RUST_USEDEP+[${RUST_USEDEP}]}" rust_dep+=( - "dev-lang/rust:${slot}${usedep}" "dev-lang/rust-bin:${slot}${usedep}" + "dev-lang/rust:${slot}${usedep}" ) done rust_dep+=( ")" ) @@ -215,8 +215,8 @@ _rust_set_globals() { for rust_slot in "${_RUST_SLOTS[@]}"; do if [[ "${_RUST_LLVM_MAP[${rust_slot}]}" == "${llvm_slot}" ]]; then slot_dep_content+=( - "dev-lang/rust:${rust_slot}${usedep}" "dev-lang/rust-bin:${rust_slot}${usedep}" + "dev-lang/rust:${rust_slot}${usedep}" ) fi done |