From 0bf5c5a0b1ff93d1f4aaa8cdea6acda5e42c2068 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 22 Sep 2022 23:28:46 +0100 Subject: gentoo auto-resync : 22:09:2022 - 23:28:46 --- net-misc/iputils/iputils-99999999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'net-misc/iputils/iputils-99999999.ebuild') diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild index 6e435f7605da..7f3760b7d4f5 100644 --- a/net-misc/iputils/iputils-99999999.ebuild +++ b/net-misc/iputils/iputils-99999999.ebuild @@ -110,6 +110,10 @@ src_test() { src_install() { meson_src_install + FILECAPS=( cap_net_raw usr/bin/ping ) + use arping && FILECAPS+=( usr/bin/arping ) + use clockdiff && FILECAPS+=( usr/bin/clockdiff ) + dosym ping /usr/bin/ping4 dosym ping /usr/bin/ping6 @@ -159,15 +163,12 @@ pkg_preinst() { } pkg_postinst() { + fcaps_pkg_postinst + if [[ ${HAD_TFTPD_VERSION} -eq 1 ]] ; then ewarn "This upstream version (>= 20211215) drops two tools:" ewarn "1. tftpd (alternatives: net-ftp/tftp-hpa, net-dns/dnsmasq)" ewarn "2. traceroute6 (alternatives: net-analyzer/mtr, net-analyzer/traceroute)" ewarn "Please install one of the listed alternatives if needed!" fi - - fcaps cap_net_raw \ - bin/ping \ - $(usex arping 'bin/arping' '') \ - $(usex clockdiff 'usr/bin/clockdiff' '') } -- cgit v1.2.3