sys-apps/kexec-tools: Stabilize 2.0.30 arm64, #947953

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-12 13:41:17 +00:00
parent 3cf4bc084c
commit a4e0784787

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"