diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-13 14:42:50 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-13 14:44:40 -0800 |
commit | 813a6aba4c0c24560f58f9c125e3c89efb4342cb (patch) | |
tree | 06ab4cdba1b6431c2dd36e99562f2d78b72d1640 /dev-lang/rust-bin | |
parent | www-client/chromium: dev channel bump to 97.0.4692.8 (diff) | |
download | gentoo-813a6aba4c0c24560f58f9c125e3c89efb4342cb.tar.gz gentoo-813a6aba4c0c24560f58f9c125e3c89efb4342cb.tar.bz2 gentoo-813a6aba4c0c24560f58f9c125e3c89efb4342cb.zip |
dev-lang/rust-bin: fix src_uri
Closes: https://bugs.gentoo.org/823641
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.56.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |