diff options
author | 2025-06-01 15:21:23 +1000 | |
---|---|---|
committer | 2025-06-04 07:36:55 +1000 | |
commit | eba3efd309f30104ed8e8c6c0a5f9e573c0e0aae (patch) | |
tree | acae1a91b618a0a9284c3fbb705381934493c6ec /dev-lang/rust/rust-1.77.1-r101.ebuild | |
parent | dev-lang/rust: drop i586 baseline patch (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 <[email protected]>
Diffstat (limited to 'dev-lang/rust/rust-1.77.1-r101.ebuild')
-rw-r--r-- | dev-lang/rust/rust-1.77.1-r101.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/rust/rust-1.77.1-r101.ebuild b/dev-lang/rust/rust-1.77.1-r101.ebuild index c051e561f302..d3a88f3f17e8 100644 --- a/dev-lang/rust/rust-1.77.1-r101.ebuild +++ b/dev-lang/rust/rust-1.77.1-r101.ebuild @@ -141,10 +141,13 @@ 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 + "${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-musl-dynamic-linking.patch "${FILESDIR}"/1.76.0-loong-code-model.patch # remove for >=1.78.0 ) |