Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/
Date: Wed, 02 Sep 2015 05:36:46
Message-Id: 1441172280.1bd5096cf5cc86a5cc8dee2a702a564927a6e3b5.slis@gentoo
1 commit: 1bd5096cf5cc86a5cc8dee2a702a564927a6e3b5
2 Author: SÅ‚awomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 05:38:00 2015 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 05:38:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd5096c
7
8 Fixed deps (#558828)
9
10 Package-Manager: portage-2.2.20.1
11
12 net-analyzer/ntopng/ntopng-2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/ntopng/ntopng-2.0.ebuild b/net-analyzer/ntopng/ntopng-2.0.ebuild
16 index 9c9a60d..b8aa18d 100644
17 --- a/net-analyzer/ntopng/ntopng-2.0.ebuild
18 +++ b/net-analyzer/ntopng/ntopng-2.0.ebuild
19 @@ -21,7 +21,7 @@ DEPEND="dev-db/sqlite:3
20 dev-libs/libxml2
21 net-analyzer/rrdtool
22 net-libs/libpcap
23 - net-libs/zeromq"
24 + dev-python/pyzmq"
25 RDEPEND="${DEPEND}
26 dev-db/redis"