diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-01-13 21:58:38 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-01-13 21:58:38 +0000 |
commit | 80ec5faf394a68cd344d8454186a9225a46f43d2 (patch) | |
tree | 8e93fe256c8684fad4c128b6effc0a70b1a504b6 | |
parent | e6fa2b7a23b91f20280a1d8464a11c34f5556744 (diff) |
dev-lang/rust : fix slot
-rw-r--r-- | dev-lang/rust/rust-1.31.1-r1337.ebuild | 3 |
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" |