From de33d1f0e92cac9a812c14a2cacea4e9be867940 Mon Sep 17 00:00:00 2001 From: none Date: Fri, 8 Mar 2024 21:22:16 +0100 Subject: [PATCH] change slotting in rust ebuild --- dev-lang/rust/rust-1.75.0-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.75.0-r1.ebuild b/dev-lang/rust/rust-1.75.0-r1.ebuild index 5e051f6..ba1f989 100644 --- a/dev-lang/rust/rust-1.75.0-r1.ebuild +++ b/dev-lang/rust/rust-1.75.0-r1.ebuild @@ -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"