diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:34:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:35 +0000 |
commit | 7656de517dad7dfd21643b2bba771736d5e780cb (patch) | |
tree | 4a194f2d0d77949cbc6bcb6b41e510b42deac7fa /net-analyzer/ipguard | |
parent | media-video/libva-utils: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-7656de517dad7dfd21643b2bba771736d5e780cb.tar.gz gentoo-7656de517dad7dfd21643b2bba771736d5e780cb.tar.bz2 gentoo-7656de517dad7dfd21643b2bba771736d5e780cb.zip |
net-analyzer/ipguard: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/ipguard')
-rw-r--r-- | net-analyzer/ipguard/ipguard-1.04-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-analyzer/ipguard/ipguard-1.04-r1.ebuild b/net-analyzer/ipguard/ipguard-1.04-r1.ebuild index 73efd0b68720..cbd0d12934c6 100644 --- a/net-analyzer/ipguard/ipguard-1.04-r1.ebuild +++ b/net-analyzer/ipguard/ipguard-1.04-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit toolchain-funcs DESCRIPTION="Tool designed to protect LAN IP adress space by ARP spoofing" @@ -16,9 +17,9 @@ DEPEND=" net-libs/libnet:1.1 net-libs/libpcap " -RDEPEND=" - ${DEPEND} -" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + PATCHES=( "${FILESDIR}"/${P}-gentoo.patch "${FILESDIR}"/${P}-init.d.patch |