diff options
author | Slawomir Lis <slis@gentoo.org> | 2018-01-23 20:06:40 +0100 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2018-01-23 20:06:40 +0100 |
commit | e7f82a8eedbb20edd935ff420d91fdbcc3576d69 (patch) | |
tree | 644cecf27b262deb9a6e0d69d8cd2306b07096f3 /net-analyzer | |
parent | net-analyzer/suricata: added missed conf.d and init.d files (diff) | |
download | gentoo-e7f82a8eedbb20edd935ff420d91fdbcc3576d69.tar.gz gentoo-e7f82a8eedbb20edd935ff420d91fdbcc3576d69.tar.bz2 gentoo-e7f82a8eedbb20edd935ff420d91fdbcc3576d69.zip |
net-analyzer/ntopng: fixed dependencies for net-libs/nDPI library
Closes: https://bugs.gentoo.org/645478
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntopng/ntopng-3.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ntopng/ntopng-3.0-r2.ebuild b/net-analyzer/ntopng/ntopng-3.0-r2.ebuild index 68765c032bde..0fc8da9c6326 100644 --- a/net-analyzer/ntopng/ntopng-3.0-r2.ebuild +++ b/net-analyzer/ntopng/ntopng-3.0-r2.ebuild @@ -23,7 +23,7 @@ DEPEND="dev-db/sqlite:3 dev-libs/libxml2 net-analyzer/rrdtool net-libs/libpcap - net-libs/nDPI + =net-libs/nDPI-2.0 net-misc/curl sys-libs/binutils-libs virtual/libmysqlclient" |