Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 830403 | Differences between
and this patch

Collapse All | Expand All

(-)a/net-analyzer/ntopng/ntopng-4.2-r1.ebuild (-5 / +5 lines)
Lines 22-28 Link Here
22
	dev-libs/openssl:=
22
	dev-libs/openssl:=
23
	net-analyzer/rrdtool
23
	net-analyzer/rrdtool
24
	net-libs/libpcap
24
	net-libs/libpcap
25
	>=net-libs/nDPI-3.0:=
25
	>=net-libs/nDPI-4.0:=
26
	>=net-libs/zeromq-3:=
26
	>=net-libs/zeromq-3:=
27
	net-misc/curl
27
	net-misc/curl
28
	sys-libs/libcap
28
	sys-libs/libcap
Lines 35-44 Link Here
35
35
36
PATCHES=(
36
PATCHES=(
37
	"${FILESDIR}/${PN}-4.2-mysqltool.patch"
37
	"${FILESDIR}/${PN}-4.2-mysqltool.patch"
38
	"${FILESDIR}/${PN}-4.2-parallel-make.patch"
38
#   "${FILESDIR}/${PN}-4.2-parallel-make.patch"
39
	"${FILESDIR}/${PN}-4.0-ndpi-includes.patch"
39
#   "${FILESDIR}/${PN}-4.0-ndpi-includes.patch"
40
	"${FILESDIR}/${PN}-4.2-PKG_CONFIG.patch"
40
#   "${FILESDIR}/${PN}-4.2-PKG_CONFIG.patch"
41
	"${FILESDIR}/${PN}-4.2-nogit.patch"
41
#   "${FILESDIR}/${PN}-4.2-nogit.patch"
42
)
42
)
43
43
44
src_prepare() {
44
src_prepare() {

Return to bug 830403