Diff procps-4.0.5-r3 with a procps-4.0.5-r4

/usr/portage/sys-process/procps/procps-4.0.5-r4.ebuild 2026-03-18 11:46:04.312387476 +0300
29 29
RDEPEND="
30 30
	${DEPEND}
31 31
	!<app-i18n/man-pages-l10n-4.2.0-r1
32
	!<app-i18n/man-pages-de-2.12-r1
33
	!<app-i18n/man-pages-pl-0.7-r1
34 32
	!<app-i18n/man-pages-zh_CN-1.6.4.2
35 33
	kill? (
36 34
		!sys-apps/coreutils[kill]
......
57 55
	"${FILESDIR}"/${PN}-4.0.5-pgrep-old-linux-headers.patch # bug #911375
58 56
	"${FILESDIR}"/${PN}-4.0.5-pidwait-half.patch # bug #959706
59 57
	"${FILESDIR}"/${PN}-4.0.5-pgrep-pidwait.patch
58
	"${FILESDIR}"/${PN}-4.0.5-sysctl-ignore_failure.patch # bug #969014
60 59
)
61 60

  
62 61
src_prepare() {
Thank you!