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 145F31395E1 for ; Fri, 4 Nov 2016 16:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38EF9E0BFA; Fri, 4 Nov 2016 16:24:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20E88E0BFA for ; Fri, 4 Nov 2016 16:24:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 387213412C1 for ; Fri, 4 Nov 2016 16:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3F1C7E1 for ; Fri, 4 Nov 2016 16:24:23 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1478276662.53ad379d6ab79ff05e52290263f8e819eaa5bc0f.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/flent/flent-0.14.0.ebuild X-VCS-Directories: net-analyzer/flent/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 53ad379d6ab79ff05e52290263f8e819eaa5bc0f X-VCS-Branch: master Date: Fri, 4 Nov 2016 16:24:23 +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: 6d504f62-cb47-4420-8ea6-2d415346f7e8 X-Archives-Hash: 41c2303bec88e2ba98e9085b5204888f commit: 53ad379d6ab79ff05e52290263f8e819eaa5bc0f Author: Jason A. Donenfeld gentoo org> AuthorDate: Fri Nov 4 16:23:43 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Fri Nov 4 16:24:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ad379d net-analyzer/flent: fix deps Package-Manager: portage-2.3.2 net-analyzer/flent/flent-0.14.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/flent/flent-0.14.0.ebuild b/net-analyzer/flent/flent-0.14.0.ebuild index 7703aaf..a11344b 100644 --- a/net-analyzer/flent/flent-0.14.0.ebuild +++ b/net-analyzer/flent/flent-0.14.0.ebuild @@ -19,5 +19,6 @@ IUSE="+qt4 +plots" RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) - net-analyzer/netperf" + net-analyzer/netperf[demo] + net-misc/iperf" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"