Diff kpatch-0.9.8 with a kpatch-9999

/usr/portage/sys-kernel/kpatch/kpatch-9999.ebuild 2023-10-09 14:52:35.532368502 +0300
34 34
	test? ( || ( dev-util/shellcheck-bin dev-util/shellcheck ) )
35 35
"
36 36

  
37
PATCHES=(
38
	"${FILESDIR}"/${PN}-0.9.4-no-werror.patch
39
)
40

  
41 37
pkg_setup() {
42 38
	if use kmod; then
43 39
		if kernel_is gt 3 9 0; then
......
63 59
		check_extra_config
64 60
	fi
65 61

  
66
	linux-mod-r1_pkg_setup
67 62
}
68 63

  
69 64
src_prepare() {
Thank you!