Diff gentoo-kernel-bin-5.15.133 with a gentoo-kernel-bin-6.1.55

/usr/portage/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.55.ebuild 2023-10-09 14:52:35.528368502 +0300
6 6
inherit kernel-install toolchain-funcs unpacker
7 7

  
8 8
MY_P=linux-${PV%.*}
9
GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 ))
9
GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 7 ))
10 10
BINPKG=${PF/-bin}-1
11 11

  
12 12
DESCRIPTION="Pre-built Linux kernel with Gentoo patches"
Thank you!