diff options
author | Amir Ghassemi Nasr <Ameretat.Reith@gmail.com> | 2016-12-04 11:35:23 +0330 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-21 23:03:42 +0200 |
commit | 54cc9bfbaccdfb6c7113c4e7ed9475265b4412f9 (patch) | |
tree | bf2a78adcae31bee08199d2a4b376bcbab8abc35 /net-analyzer/tsung | |
parent | net-misc/eventd: reset XDG env wrt bug 618670 (diff) | |
download | gentoo-54cc9bfbaccdfb6c7113c4e7ed9475265b4412f9.tar.gz gentoo-54cc9bfbaccdfb6c7113c4e7ed9475265b4412f9.tar.bz2 gentoo-54cc9bfbaccdfb6c7113c4e7ed9475265b4412f9.zip |
net-analyzer/tsung: Add USE=gnuplot, #594340
Closes: https://github.com/gentoo/gentoo/pull/3004
Diffstat (limited to 'net-analyzer/tsung')
-rw-r--r-- | net-analyzer/tsung/tsung-1.6.0.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/tsung/tsung-1.6.0.ebuild b/net-analyzer/tsung/tsung-1.6.0.ebuild index 392db3cc4553..532e451fbaf4 100644 --- a/net-analyzer/tsung/tsung-1.6.0.ebuild +++ b/net-analyzer/tsung/tsung-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="3" @@ -15,11 +15,16 @@ SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="gnuplot" DEPEND="dev-lang/erlang" -RDEPEND=${DEPEND} - +RDEPEND=" + gnuplot? ( + sci-visualization/gnuplot + dev-perl/Template-Toolkit + ) + ${DEPEND} +" src_configure() { ./configure --prefix="/usr" || die "econf failed" } |