Diff nrpe-4.0.3 with a nrpe-4.1.0

/usr/portage/net-analyzer/nrpe/nrpe-4.1.0.ebuild 2023-10-09 14:52:33.328368447 +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 autotools systemd
7 7

  
......
28 28

  
29 29
PATCHES=(
30 30
	"${FILESDIR}/nrpe-3.2.1-eliminate-systemd-pid.patch"
31
	"${FILESDIR}/nrpe-4.0.2-disable-tcpd.patch"
32 31
)
33 32

  
34 33
src_prepare() {
Thank you!