net-fs/cifs-utils: Drop obsolete ln_in_destdir patch from 7.3

This hasn't been needed since it was fixed upstream [1]. Our patch fixed the
issue for -j1 but not for very high parallelism, as Flatcar Linux occasionally
saw CI failures here with -j48.

[1] https://git.samba.org/?p=cifs-utils.git;a=commitdiff;h=25d6552c7d8b9fe2ca9dbf85c74c9330e4dd7770

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2025-04-23 11:14:15 +01:00
parent 69e257dd22
commit 681a0c07d8

View File

@@ -43,7 +43,6 @@ REQUIRED_USE="
DOCS="doc/linux-cifs-client-guide.odt"
PATCHES=(
"${FILESDIR}/${PN}-6.12-ln_in_destdir.patch" # bug #766594
"${FILESDIR}/${PN}-7.3-no-clobber-fortify-source.patch"
)