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 15DD913988E for ; Mon, 24 Aug 2015 05:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C760E085B; Mon, 24 Aug 2015 05:52:11 +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 2CC8CE085B for ; Mon, 24 Aug 2015 05:52:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1678333FDBF for ; Mon, 24 Aug 2015 05:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D693815B for ; Mon, 24 Aug 2015 05:52:02 +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: <1440395571.81d6e3ca5e59a3b3e92b5afe3bf0019b62134996.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: 81d6e3ca5e59a3b3e92b5afe3bf0019b62134996 X-VCS-Branch: master Date: Mon, 24 Aug 2015 05:52:02 +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: b247f4a0-45f1-4af8-8c22-ef71bc1d424e X-Archives-Hash: 25ed104bd2d441ce2239e7c2be668d8f commit: 81d6e3ca5e59a3b3e92b5afe3bf0019b62134996 Author: SÅ‚awomir Lis gentoo org> AuthorDate: Mon Aug 24 05:52:51 2015 +0000 Commit: Slawek Lis gentoo org> CommitDate: Mon Aug 24 05:52:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d6e3ca Fixed #558470 Package-Manager: portage-2.2.20 net-analyzer/ntopng/ntopng-2.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-analyzer/ntopng/ntopng-2.0.ebuild b/net-analyzer/ntopng/ntopng-2.0.ebuild index 120d0e0..9c9a60d 100644 --- a/net-analyzer/ntopng/ntopng-2.0.ebuild +++ b/net-analyzer/ntopng/ntopng-2.0.ebuild @@ -15,10 +15,13 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-db/sqlite:3 + dev-lang/luajit:2 dev-libs/geoip dev-libs/glib:2 + dev-libs/libxml2 + net-analyzer/rrdtool net-libs/libpcap - dev-libs/libxml2" + net-libs/zeromq" RDEPEND="${DEPEND} dev-db/redis"