From e88bba1378caf952147cfd0ccd5762c7d009feda Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 1 Jun 2019 15:09:36 +0100 Subject: fix slot --- dev-lang/rust/rust-1.34.2-r1337.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-lang') diff --git a/dev-lang/rust/rust-1.34.2-r1337.ebuild b/dev-lang/rust/rust-1.34.2-r1337.ebuild index da018ddd..f11f1f90 100644 --- a/dev-lang/rust/rust-1.34.2-r1337.ebuild +++ b/dev-lang/rust/rust-1.34.2-r1337.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} = *beta* ]]; then SLOT="beta/${PV}" SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz" else - ABI_VER="$(ver_cut 1-2)" + ABI_VER="1.34" SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" -- cgit v1.2.3