summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-11 05:02:07 +0000
committerSam James <sam@gentoo.org>2021-12-11 05:02:07 +0000
commit18ed47a3eb771b0065730303c17838f38b799a6d (patch)
tree72e9740a4aab9f121a0d643528433bda11f2a964 /net-analyzer/dhcp_probe
parentnet-analyzer/dhcp_probe: respect AR (diff)
downloadgentoo-18ed47a3eb771b0065730303c17838f38b799a6d.tar.gz
gentoo-18ed47a3eb771b0065730303c17838f38b799a6d.tar.bz2
gentoo-18ed47a3eb771b0065730303c17838f38b799a6d.zip
net-analyzer/dhcp_probe: fix IndirectInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/dhcp_probe')
-rw-r--r--net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
index 7ee68b0c9623..4bcdb5ae2887 100644
--- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
+++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools flag-o-matic
+inherit autotools flag-o-matic toolchain-funcs
DESCRIPTION="Discover DHCP and BootP servers on a directly-attached Ethernet network"
HOMEPAGE="https://www.net.princeton.edu/software/dhcp_probe/"