sys-apps/kexec-tools: Sync with Gentoo

It's from Gentoo commit 78c121e3fc63a4e4eace688b797073db0b431dc1.
This commit is contained in:
Flatcar Buildbot 2025-06-16 07:13:43 +00:00 committed by Krzesimir Nowak
parent d8de69c3b4
commit 919ecf1ac4

View File

@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kexec/${P/_/-}.tar.xz"
[[ "${PV}" == *_rc* ]] || \
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
KEYWORDS="amd64 arm64 ~ppc64 x86"
fi
DESCRIPTION="Load another kernel from the currently executing Linux kernel"