Diff nrpe-4.0.0 with a nrpe-4.0.2

/usr/portage/net-analyzer/nrpe/nrpe-4.0.2.ebuild 2023-10-09 14:52:33.328368447 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
10 10

  
11 11
LICENSE="GPL-2+"
12 12
SLOT="0"
13
KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 sparc x86"
13
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
14 14
IUSE="command-args selinux ssl"
15 15

  
16 16
DEPEND="acct-group/nagios
......
72 72
	insinto /etc/xinetd.d/
73 73
	newins "${FILESDIR}/nrpe.xinetd.2" nrpe
74 74

  
75
	rm "${D}/usr/bin/nrpe-uninstall" || die 'failed to remove uninstall tool'
75
	rm "${ED}/usr/bin/nrpe-uninstall" || die 'failed to remove uninstall tool'
76
	rm -r "${ED}/run" || die 'failed to remove /run'
76 77
}
77 78

  
78 79
pkg_postinst() {
Thank you!