summaryrefslogtreecommitdiff
path: root/dev-lang
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-1.31.1-r1337.ebuild3
1 files changed, 1 insertions, 2 deletions
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"