sys-apps/kexec-tools: Sync with Gentoo

It's from Gentoo commit bf49d0a3cf8af625e0a0267ab206e55b7773594c.
This commit is contained in:
Flatcar Buildbot 2024-07-01 07:18:14 +00:00 committed by Mathieu Tortuyaux
parent a9b68016f4
commit 6ddac4aa97
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

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"