Diff kexec-tools-2.0.22 with a kexec-tools-2.0.24

/usr/portage/sys-apps/kexec-tools/kexec-tools-2.0.24.ebuild 2023-10-09 14:52:35.384368499 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit libtool linux-info systemd
7 7

  
......
19 19

  
20 20
LICENSE="GPL-2"
21 21
SLOT="0"
22
IUSE="booke lzma xen zlib"
22
IUSE="booke lzma selinux xen zlib"
23 23

  
24 24
REQUIRED_USE="lzma? ( zlib )"
25 25

  
26 26
DEPEND="
27 27
	lzma? ( app-arch/xz-utils )
28
	zlib? ( sys-libs/zlib )"
29
RDEPEND="${DEPEND}"
28
	zlib? ( sys-libs/zlib )
29
"
30
RDEPEND="
31
	${DEPEND}
32
	selinux? ( sec-policy/selinux-kdump )
33
"
30 34

  
31 35
S="${WORKDIR}/${P/_/-}"
32 36

  
Thank you!