From 80ec5faf394a68cd344d8454186a9225a46f43d2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Jan 2019 21:58:38 +0000 Subject: dev-lang/rust : fix slot --- dev-lang/rust/rust-1.31.1-r1337.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/rust/rust-1.31.1-r1337.ebuild b/dev-lang/rust/rust-1.31.1-r1337.ebuild index 3a82b47b..ef29b1c8 100644 --- a/dev-lang/rust/rust-1.31.1-r1337.ebuild +++ b/dev-lang/rust/rust-1.31.1-r1337.ebuild @@ -14,8 +14,7 @@ if [[ ${PV} = *beta* ]]; then SLOT="beta/${PV}" SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz" else - ABI_VER="$(ver_cut 1-2)" - SLOT="stable/${ABI_VER}" + SLOT="stable/1.31" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" KEYWORDS="~amd64" -- cgit v1.2.3