From 617207438d43eb45fb9728701524cbbcb0f95545 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Oct 2019 22:54:24 +0100 Subject: fix typo --- dev-lang/rust/rust-1.38.0-r314.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.38.0-r314.ebuild b/dev-lang/rust/rust-1.38.0-r314.ebuild index c289b01b..86f55184 100644 --- a/dev-lang/rust/rust-1.38.0-r314.ebuild +++ b/dev-lang/rust/rust-1.38.0-r314.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} = *beta* ]]; then SLOT="beta/${PV}" SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz" else - ABI_VER="1,38" + ABI_VER="1.38" SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" -- cgit v1.2.3