From 6a146fff7c1e112af99ee312a9f6cba5f3cba650 Mon Sep 17 00:00:00 2001 From: none Date: Fri, 8 Mar 2024 21:07:06 +0100 Subject: [PATCH] update slot --- dev-lang/rust/rust-1.75.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.75.0-r1.ebuild b/dev-lang/rust/rust-1.75.0-r1.ebuild index ba1f989..5e051f6 100644 --- a/dev-lang/rust/rust-1.75.0-r1.ebuild +++ b/dev-lang/rust/rust-1.75.0-r1.ebuild @@ -16,7 +16,8 @@ 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="stable/${ABI_VER}" + SLOT="75" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"