change slotting in rust ebuild
This commit is contained in:
parent
6a146fff7c
commit
de33d1f0e9
@ -16,8 +16,7 @@ if [[ ${PV} = *beta* ]]; then
|
||||
SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz -> rustc-${PV}-src.tar.xz"
|
||||
else
|
||||
ABI_VER="$(ver_cut 1-2)"
|
||||
# SLOT="stable/${ABI_VER}"
|
||||
SLOT="75"
|
||||
SLOT="stable/${ABI_VER}"
|
||||
MY_P="rustc-${PV}"
|
||||
SRC="${MY_P}-src.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user