diff options
author | Sam James <sam@gentoo.org> | 2021-12-11 05:02:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-11 05:02:07 +0000 |
commit | 18ed47a3eb771b0065730303c17838f38b799a6d (patch) | |
tree | 72e9740a4aab9f121a0d643528433bda11f2a964 | |
parent | net-analyzer/dhcp_probe: respect AR (diff) | |
download | gentoo-18ed47a3eb771b0065730303c17838f38b799a6d.tar.gz gentoo-18ed47a3eb771b0065730303c17838f38b799a6d.tar.bz2 gentoo-18ed47a3eb771b0065730303c17838f38b799a6d.zip |
net-analyzer/dhcp_probe: fix IndirectInherits
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild | 2 |
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/" |