commit: 681a0c07d8cd3d1a37085e54076680deb599ecd5 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 10:14:15 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 10:15:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681a0c07
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 <AT> gentoo.org> net-fs/cifs-utils/cifs-utils-7.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-fs/cifs-utils/cifs-utils-7.3.ebuild b/net-fs/cifs-utils/cifs-utils-7.3.ebuild index c4340f6f5cc2..53562db93824 100644 --- a/net-fs/cifs-utils/cifs-utils-7.3.ebuild +++ b/net-fs/cifs-utils/cifs-utils-7.3.ebuild @@ -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" )
