From 813a6aba4c0c24560f58f9c125e3c89efb4342cb Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 13 Nov 2021 14:42:50 -0800 Subject: dev-lang/rust-bin: fix src_uri Closes: https://bugs.gentoo.org/823641 Signed-off-by: Georgy Yakovlev --- dev-lang/rust-bin/rust-bin-1.56.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-lang') diff --git a/dev-lang/rust-bin/rust-bin-1.56.1.ebuild b/dev-lang/rust-bin/rust-bin-1.56.1.ebuild index 54670faf5a03..610a0fb9eb1a 100644 --- a/dev-lang/rust-bin/rust-bin-1.56.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.56.1.ebuild @@ -7,7 +7,7 @@ inherit prefix rust-toolchain toolchain-funcs verify-sig multilib-minimal MY_P="rust-${PV}" # curl -L static.rust-lang.org/dist/channel-rust-${PV}.toml 2>/dev/null | grep "xz_url.*rust-src" -MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL}/2021-11-01/rust-src-${PV}.tar.xz" +MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2021-11-01/rust-src-${PV}.tar.xz" DESCRIPTION="Systems programming language from Mozilla" HOMEPAGE="https://www.rust-lang.org/" -- cgit v1.2.3-65-gdbad