mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user