summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.86.0-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/rust/rust-1.86.0-r2.ebuild')
-rw-r--r--dev-lang/rust/rust-1.86.0-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/rust/rust-1.86.0-r2.ebuild b/dev-lang/rust/rust-1.86.0-r2.ebuild
index c7bbd3260736..9586a6dcae6c 100644
--- a/dev-lang/rust/rust-1.86.0-r2.ebuild
+++ b/dev-lang/rust/rust-1.86.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
LLVM_COMPAT=( 19 )
PYTHON_COMPAT=( python3_{11..13} )
-RUST_PATCH_VER=${PVR}
+RUST_PATCH_VER="${PVR}-1"
RUST_MAX_VER=${PV%%_*}
if [[ ${PV} == *9999* ]]; then
@@ -307,6 +307,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}/"
)
@@ -316,8 +318,6 @@ src_prepare() {
fi
default
-
- eapply "${FILESDIR}"/rust-1.86.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch
}
src_configure() {