Diff kexec-tools-2.0.32-r1 with a kexec-tools-9999
| /usr/portage/sys-apps/kexec-tools/kexec-tools-9999.ebuild 2025-11-06 18:18:08.608166672 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 11 | 11 |
else |
| 12 | 12 |
SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kexec/${P/_/-}.tar.xz"
|
| 13 | 13 |
[[ "${PV}" == *_rc* ]] || \
|
| 14 |
KEYWORDS="amd64 arm64 ~ppc64 x86" |
|
| 14 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" |
|
| 15 | 15 |
fi |
| 16 | 16 | |
| 17 | 17 |
DESCRIPTION="Load another kernel from the currently executing Linux kernel" |
| ... | ... | |
| 40 | 40 |
PATCHES=( |
| 41 | 41 |
"${FILESDIR}"/${PN}-2.0.4-disable-kexec-test.patch
|
| 42 | 42 |
"${FILESDIR}"/${PN}-2.0.4-out-of-source.patch
|
| 43 |
"${FILESDIR}"/${PN}-2.0.32-fix-uki-sig-verification.patch
|
|
| 44 | 43 |
) |
| 45 | 44 | |
| 46 | 45 |
src_prepare() {
|