Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 595068
Collapse All | Expand All

(-)a/net-dns/dnstop/dnstop-20140915.ebuild (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils
7
inherit eutils flag-o-matic
8
8
9
DESCRIPTION="Displays various tables of DNS traffic on your network"
9
DESCRIPTION="Displays various tables of DNS traffic on your network"
10
HOMEPAGE="http://dnstop.measurement-factory.com/"
10
HOMEPAGE="http://dnstop.measurement-factory.com/"
Lines 24-29 src_prepare() { Link Here
24
}
24
}
25
25
26
src_configure() {
26
src_configure() {
27
	append-libs -ltinfo
27
	econf \
28
	econf \
28
		$(use_enable ipv6)
29
		$(use_enable ipv6)
29
}
30
}

Return to bug 595068