diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-09-13 13:22:00 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-09-13 13:28:14 +0200 |
commit | 7fee51f85a073f0ba622355ba683441f4ae790b1 (patch) | |
tree | 8a80c5b47af05c525ca842bea03afef0a19ff7f6 /net-analyzer/ntopng | |
parent | net-vpn/freelan: Backport upstream patches to build with gcc7 and glibc 2.25.... (diff) | |
download | gentoo-7fee51f85a073f0ba622355ba683441f4ae790b1.tar.gz gentoo-7fee51f85a073f0ba622355ba683441f4ae790b1.tar.bz2 gentoo-7fee51f85a073f0ba622355ba683441f4ae790b1.zip |
net-analyzer/ntopng: blocking net-libs/nDPI as it causes errors in this version
Reported in bug 630056
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r-- | net-analyzer/ntopng/ntopng-2.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/ntopng/ntopng-2.4.ebuild b/net-analyzer/ntopng/ntopng-2.4.ebuild index ca40a0e93d43..844b5a810603 100644 --- a/net-analyzer/ntopng/ntopng-2.4.ebuild +++ b/net-analyzer/ntopng/ntopng-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,8 @@ DEPEND="dev-db/sqlite:3 net-analyzer/rrdtool net-libs/libpcap net-misc/curl - virtual/libmysqlclient" + virtual/libmysqlclient + !net-libs/nDPI" RDEPEND="${DEPEND} dev-db/redis" |