diff options
author | Guido Jäkel <g.jaekel@dnb.de> | 2024-11-29 10:12:09 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-11-29 15:03:53 +0100 |
commit | a9fe12cd1061d0fa40f85a30db479e26f6ed4986 (patch) | |
tree | 01c2589c96f10b17686720968fb59ae958c69e48 /net-dns | |
parent | x11-wm/awesome: Sync live ebuild EAPI-8 change to 4.3-r103 (diff) | |
download | gentoo-a9fe12cd1061d0fa40f85a30db479e26f6ed4986.tar.gz gentoo-a9fe12cd1061d0fa40f85a30db479e26f6ed4986.tar.bz2 gentoo-a9fe12cd1061d0fa40f85a30db479e26f6ed4986.zip |
net-dns/dnstop: add ming BDEPEND=pkgconfig
Closes: https://github.com/gentoo/gentoo/pull/39518
Signed-off-by: Guido Jäkel <g.jaekel@dnb.de>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnstop/dnstop-20140915-r3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-dns/dnstop/dnstop-20140915-r3.ebuild b/net-dns/dnstop/dnstop-20140915-r3.ebuild index 30758ba27b51..a211bf87616b 100644 --- a/net-dns/dnstop/dnstop-20140915-r3.ebuild +++ b/net-dns/dnstop/dnstop-20140915-r3.ebuild @@ -13,9 +13,12 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm ~hppa ppc x86" -RDEPEND="sys-libs/ncurses:0 - net-libs/libpcap" +RDEPEND=" + sys-libs/ncurses:0 + net-libs/libpcap +" DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${P}"-pkg-config.patch |