dev-lang/rust-bin: update SRC_URI for 1.78.0

This appears to have been accidentally changed during the
RPATH changes in 787cd3e4db.

The manifest was never updated, and we've been serving the
file off our mirrors to this point... assuming that anybody
actually downloaded a binary Rust this old.

There is no file at the incorrect destination.

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2025-04-23 21:32:07 +10:00
parent 7c06fc841e
commit a85ae8f90a

View File

@@ -10,7 +10,7 @@ inherit llvm-r1 multilib prefix rust-toolchain verify-sig multilib-minimal
MY_P="rust-${PV}-r101"
# 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%/}/2024-06-13/rust-src-${PV}.tar.xz"
MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2024-05-02/rust-src-${PV}.tar.xz"
GENTOO_BIN_BASEURI="https://github.com/projg2/rust-bootstrap/releases/download/${PV}-r101" # omit leading slash
DESCRIPTION="Systems programming language from Mozilla"