diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-06-01 15:09:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-06-01 15:09:36 +0100 |
commit | e88bba1378caf952147cfd0ccd5762c7d009feda (patch) | |
tree | f15be4466d66af970ad70aa7036c8cf85e949daa | |
parent | c6f93cdc66dd6eaff2e6f15ca4facc8578a96460 (diff) |
fix slot
-rw-r--r-- | dev-lang/rust/rust-1.34.2-r1337.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |