Diff checksec-2.5.0-r1 with a checksec-2.6.0-r1

/usr/portage/app-admin/checksec/checksec-2.6.0-r1.ebuild 2023-10-09 14:52:28.140368316 +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="7"
4
EAPI="8"
5 5

  
6 6
MY_PN=${PN}.sh
7 7
DESCRIPTION="Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries)"
......
19 19

  
20 20
DOCS=( ChangeLog README.md )
21 21

  
22
PATCHES=(
23
	"${FILESDIR}"/${PN}-1.7.2-path.patch
24
)
25

  
26 22
src_prepare() {
27 23
	sed 's,^pkg_release=false,pkg_release=true,' -i ${PN} || die
28 24
	default
Thank you!