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

/usr/portage/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.133.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##*.} + 10 ))
10
BINPKG=${P/-bin}-1
9
GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 ))
10
BINPKG=${PF/-bin}-1
11 11

  
12 12
DESCRIPTION="Pre-built Linux kernel with Gentoo patches"
13 13
HOMEPAGE="https://www.kernel.org/"
Thank you!