commit: 47316be9937674510b62d56065bacc467660d31f Author: Slawomir Lis <slis <AT> gentoo <DOT> org> AuthorDate: Mon Jan 22 20:55:44 2018 +0000 Commit: Slawek Lis <slis <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 21:00:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47316be9
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 net-analyzer/ntopng/ntopng-3.0-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/ntopng/ntopng-3.0-r2.ebuild b/net-analyzer/ntopng/ntopng-3.0-r2.ebuild index bdb49f1374a..68765c032bd 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"
