summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.85.0-r2.ebuild
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2025-07-29 18:09:42 +1000
committerMatt Jolly <kangie@gentoo.org>2025-07-29 18:21:02 +1000
commitb79bdcff48ff2b69af3bd98086e0d52068dd33d2 (patch)
treec3d0d098ff381fde7fb94f1e28b9b331d89f6330 /dev-lang/rust/rust-1.85.0-r2.ebuild
parent0be453700fd2f1d8b9b95f009b3e7baf7ae0ccff (diff)
downloadgentoo-b79bdcff48ff2b69af3bd98086e0d52068dd33d2.tar.gz
gentoo-b79bdcff48ff2b69af3bd98086e0d52068dd33d2.tar.bz2
gentoo-b79bdcff48ff2b69af3bd98086e0d52068dd33d2.zip
dev-lang/rust: move patches from files/ to git repo
Add reminder to ebuild to update the git repo and make a new tag as required instead of using filesdir: that's how we end up exceeding the limit; things are very rarely cleaned up here! Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.85.0-r2.ebuild')
-rw-r--r--dev-lang/rust/rust-1.85.0-r2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-1.85.0-r2.ebuild b/dev-lang/rust/rust-1.85.0-r2.ebuild
index 55a53cbf5e72..ef0915f9a4b6 100644
--- a/dev-lang/rust/rust-1.85.0-r2.ebuild
+++ b/dev-lang/rust/rust-1.85.0-r2.ebuild
@@ -306,6 +306,8 @@ src_prepare() {
${CARGO} generate-lockfile --offline || die "Failed to generate lockfiles"
fi
+ # Commit patches to the appropriate branch in proj/rust-patches.git
+ # then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
"${WORKDIR}/rust-patches-${RUST_PATCH_VER}/"
)