From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 40B891399D1 for ; Wed, 2 Sep 2015 05:36:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91CE31420E; Wed, 2 Sep 2015 05:36:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 351D11420E for ; Wed, 2 Sep 2015 05:36:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03A3A3406F0 for ; Wed, 2 Sep 2015 05:36:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C08F144 for ; Wed, 2 Sep 2015 05:36:39 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1441172280.1bd5096cf5cc86a5cc8dee2a702a564927a6e3b5.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ntopng/ntopng-2.0.ebuild X-VCS-Directories: net-analyzer/ntopng/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 1bd5096cf5cc86a5cc8dee2a702a564927a6e3b5 X-VCS-Branch: master Date: Wed, 2 Sep 2015 05:36:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aa327491-aa44-4f79-ae42-c48c6179736f X-Archives-Hash: 036a9f0296f7597b477ce7f8d11f6525 commit: 1bd5096cf5cc86a5cc8dee2a702a564927a6e3b5 Author: SÅ‚awomir Lis gentoo org> AuthorDate: Wed Sep 2 05:38:00 2015 +0000 Commit: Slawek Lis gentoo org> CommitDate: Wed Sep 2 05:38:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd5096c Fixed deps (#558828) Package-Manager: portage-2.2.20.1 net-analyzer/ntopng/ntopng-2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/ntopng/ntopng-2.0.ebuild b/net-analyzer/ntopng/ntopng-2.0.ebuild index 9c9a60d..b8aa18d 100644 --- a/net-analyzer/ntopng/ntopng-2.0.ebuild +++ b/net-analyzer/ntopng/ntopng-2.0.ebuild @@ -21,7 +21,7 @@ DEPEND="dev-db/sqlite:3 dev-libs/libxml2 net-analyzer/rrdtool net-libs/libpcap - net-libs/zeromq" + dev-python/pyzmq" RDEPEND="${DEPEND} dev-db/redis"