commit:     a85ae8f90a7a035d272bcc90834a4f603fa6bc48
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 11:32:07 2025 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 11:36:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85ae8f9

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

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

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 <AT> gentoo.org>

 dev-lang/rust-bin/rust-bin-1.78.0-r102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.78.0-r102.ebuild 
b/dev-lang/rust-bin/rust-bin-1.78.0-r102.ebuild
index 21708bd51e28..142909dbfd85 100644
--- a/dev-lang/rust-bin/rust-bin-1.78.0-r102.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.78.0-r102.ebuild
@@ -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"

Reply via email to