diff options
| author | Matt Jolly <kangie@gentoo.org> | 2025-06-01 15:21:23 +1000 |
|---|---|---|
| committer | Matt Jolly <kangie@gentoo.org> | 2025-06-04 07:36:55 +1000 |
| commit | eba3efd309f30104ed8e8c6c0a5f9e573c0e0aae (patch) | |
| tree | acae1a91b618a0a9284c3fbb705381934493c6ec /dev-lang/rust/rust-1.75.0-r101.ebuild | |
| parent | ae88df88b95f8e67016487beeeb22de75a071ec9 (diff) | |
| download | gentoo-eba3efd309f30104ed8e8c6c0a5f9e573c0e0aae.tar.gz gentoo-eba3efd309f30104ed8e8c6c0a5f9e573c0e0aae.tar.bz2 gentoo-eba3efd309f30104ed8e8c6c0a5f9e573c0e0aae.zip | |
dev-lang/rust: add GCC 15 patches to older Rusts
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.75.0-r101.ebuild')
| -rw-r--r-- | dev-lang/rust/rust-1.75.0-r101.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-lang/rust/rust-1.75.0-r101.ebuild b/dev-lang/rust/rust-1.75.0-r101.ebuild index a3beac3ffa62..3690aea32f0a 100644 --- a/dev-lang/rust/rust-1.75.0-r101.ebuild +++ b/dev-lang/rust/rust-1.75.0-r101.ebuild @@ -141,13 +141,14 @@ RESTRICT="test" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/rust.asc PATCHES=( - "${FILESDIR}"/1.75.0-musl-dynamic-linking.patch - "${FILESDIR}"/1.74.1-cross-compile-libz.patch - "${FILESDIR}"/1.70.0-ignore-broken-and-non-applicable-tests.patch "${FILESDIR}"/1.67.0-doc-wasm.patch - # This patch shouldn't be necessary for later versions of Rust because its - # code was backported from master. + "${FILESDIR}"/1.70.0-ignore-broken-and-non-applicable-tests.patch + "${FILESDIR}"/1.74.1-cross-compile-libz.patch + "${FILESDIR}/1.81.0-backport-bug937164.patch" + "${FILESDIR}/1.81.0-backport-llvm-pr101761.patch" + "${FILESDIR}/1.81.0-backport-llvm-pr101766.patch" "${FILESDIR}"/1.75.0-handle-vendored-sources.patch + "${FILESDIR}"/1.75.0-musl-dynamic-linking.patch ) clear_vendor_checksums() { |
