diff options
author | Slawomir Lis <slis@gentoo.org> | 2018-01-22 21:55:44 +0100 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2018-01-22 22:00:30 +0100 |
commit | 47316be9937674510b62d56065bacc467660d31f (patch) | |
tree | 035920b48a1dfc39b8f6a7bb543994fe1b39136b /net-analyzer/ntopng | |
parent | net-libs/nDPI: version bump to 2.2 (diff) | |
download | gentoo-47316be9937674510b62d56065bacc467660d31f.tar.gz gentoo-47316be9937674510b62d56065bacc467660d31f.tar.bz2 gentoo-47316be9937674510b62d56065bacc467660d31f.zip |
net-analyzer/ntopng: added sys-libs/binutils-libs dependency
Closes: https://bugs.gentoo.org/634104
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r-- | net-analyzer/ntopng/ntopng-3.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/ntopng/ntopng-3.0-r2.ebuild b/net-analyzer/ntopng/ntopng-3.0-r2.ebuild index bdb49f1374ae..68765c032bde 100644 --- a/net-analyzer/ntopng/ntopng-3.0-r2.ebuild +++ b/net-analyzer/ntopng/ntopng-3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ DEPEND="dev-db/sqlite:3 net-libs/libpcap net-libs/nDPI net-misc/curl + sys-libs/binutils-libs virtual/libmysqlclient" RDEPEND="${DEPEND} dev-db/redis" |