sys-apps/kexec-tools: Sync with Gentoo

It's from Gentoo commit 8fa6f28595dfc7907ca2c10b84067cdd8ef0fba5.
This commit is contained in:
Flatcar Buildbot 2024-11-25 07:09:01 +00:00 committed by Krzesimir Nowak
parent 9242a4b411
commit 8f934356f7

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"