From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E13B71396D0 for ; Wed, 13 Sep 2017 11:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12BD01FC005; Wed, 13 Sep 2017 11:39:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3BB21FC005 for ; Wed, 13 Sep 2017 11:39:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5DFC33D3C7 for ; Wed, 13 Sep 2017 11:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CDDA9064 for ; Wed, 13 Sep 2017 11:39:15 +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: <1505302094.7fee51f85a073f0ba622355ba683441f4ae790b1.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.4.ebuild X-VCS-Directories: net-analyzer/ntopng/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 7fee51f85a073f0ba622355ba683441f4ae790b1 X-VCS-Branch: master Date: Wed, 13 Sep 2017 11:39:15 +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: bd298ff1-82ee-443b-8b53-d9b717ab83f9 X-Archives-Hash: e871f2c3077b2e42d3458929bc79ed72 commit: 7fee51f85a073f0ba622355ba683441f4ae790b1 Author: Slawomir Lis gentoo org> AuthorDate: Wed Sep 13 11:22:00 2017 +0000 Commit: Slawek Lis gentoo org> CommitDate: Wed Sep 13 11:28:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fee51f8 net-analyzer/ntopng: blocking net-libs/nDPI as it causes errors in this version Reported in bug 630056 Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-analyzer/ntopng/ntopng-2.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-analyzer/ntopng/ntopng-2.4.ebuild b/net-analyzer/ntopng/ntopng-2.4.ebuild index ca40a0e93d4..844b5a81060 100644 --- a/net-analyzer/ntopng/ntopng-2.4.ebuild +++ b/net-analyzer/ntopng/ntopng-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,8 @@ DEPEND="dev-db/sqlite:3 net-analyzer/rrdtool net-libs/libpcap net-misc/curl - virtual/libmysqlclient" + virtual/libmysqlclient + !net-libs/nDPI" RDEPEND="${DEPEND} dev-db/redis"