Diff kpatch-0.9.7 with a kpatch-0.9.8

/usr/portage/sys-kernel/kpatch/kpatch-0.9.8.ebuild 2023-10-09 14:52:35.532368502 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit flag-o-matic linux-mod
6
inherit flag-o-matic linux-mod-r1
7 7

  
8 8
if [[ "${PV}" == "9999" ]]; then
9 9
	inherit git-r3
......
63 63
		check_extra_config
64 64
	fi
65 65

  
66
	linux-mod-r1_pkg_setup
66 67
}
67 68

  
68 69
src_prepare() {
Thank you!