diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-08-04 11:22:37 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-08-04 11:22:58 -0400 |
commit | f718085287647f2a630840c1528576876ae6b360 (patch) | |
tree | ef0f775d885b0ff211ce28c42edfd879a0f5487c /dev-lang | |
parent | dev-python/iminuit: Depend on dev-python/pybind11 (diff) | |
download | gentoo-f718085287647f2a630840c1528576876ae6b360.tar.gz gentoo-f718085287647f2a630840c1528576876ae6b360.tar.bz2 gentoo-f718085287647f2a630840c1528576876ae6b360.zip |
dev-lang/rust-bin: update SRC_URI for USE=rust-src
Interestingly rust-src is already in the Manifest, but
imagine the SRC_URI update may have gotten lost?
Closes: https://bugs.gentoo.org/911712
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.71.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.71.1.ebuild b/dev-lang/rust-bin/rust-bin-1.71.1.ebuild index 0b965f82ffb6..05579e617530 100644 --- a/dev-lang/rust-bin/rust-bin-1.71.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.71.1.ebuild @@ -7,7 +7,7 @@ inherit multilib prefix rust-toolchain toolchain-funcs verify-sig multilib-minim 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%/}/2023-07-13/rust-src-${PV}.tar.xz" +MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2023-08-03/rust-src-${PV}.tar.xz" GENTOO_BIN_BASEURI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}" # omit leading slash DESCRIPTION="Systems programming language from Mozilla" |