eclass/kernel-2: Sync with Gentoo

It's from Gentoo commit 73b4fb45a86e8918529e29ee61e6a54e9034a064.
This commit is contained in:
Flatcar Buildbot 2023-10-23 07:12:41 +00:00 committed by Krzesimir Nowak
parent f718f82938
commit 9f04337847

View File

@ -304,7 +304,6 @@ RESTRICT="binchecks strip"
# set LINUX_HOSTCFLAGS if not already set
: "${LINUX_HOSTCFLAGS:="-Wall -Wstrict-prototypes -Os -fomit-frame-pointer -I${S}/include"}"
# @FUNCTION: debug-print-kernel2-variables
# @USAGE:
# @DESCRIPTION:
@ -665,7 +664,7 @@ if [[ ${ETYPE} == sources ]]; then
virtual/pkgconfig
)"
SLOT="${PVR}"
SLOT=${SLOT:=${PVR}}
DESCRIPTION="Sources based on the Linux Kernel"
IUSE="symlink build"