Diff kexec-tools-2.0.24 with a kexec-tools-9999
/usr/portage/sys-apps/kexec-tools/kexec-tools-9999.ebuild 2023-10-09 14:52:35.384368499 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=8 |
|
4 |
EAPI=7 |
|
5 | 5 | |
6 | 6 |
inherit libtool linux-info systemd |
7 | 7 | |
... | ... | |
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" |