diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 20:04:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 20:52:47 +0100 |
commit | c308dfa478d2cdf2743919a9eee44bafe44ecbbd (patch) | |
tree | e5477781e0588d4b820b888ffa3e69f317097710 /net-analyzer/tsung | |
parent | app-text/sdcv: version bump (diff) | |
download | gentoo-c308dfa478d2cdf2743919a9eee44bafe44ecbbd.tar.gz gentoo-c308dfa478d2cdf2743919a9eee44bafe44ecbbd.tar.bz2 gentoo-c308dfa478d2cdf2743919a9eee44bafe44ecbbd.zip |
net-analyzer/tsung: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/tsung')
-rw-r--r-- | net-analyzer/tsung/tsung-1.7.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-analyzer/tsung/tsung-1.7.0.ebuild b/net-analyzer/tsung/tsung-1.7.0.ebuild index 80940ea2f4aa..41ed75113af1 100644 --- a/net-analyzer/tsung/tsung-1.7.0.ebuild +++ b/net-analyzer/tsung/tsung-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,8 +6,6 @@ EAPI="6" # Seems to be misconfigured RESTRICT="test" -inherit eutils - DESCRIPTION="Erlang's multi-protocol distributed load testing tool" HOMEPAGE="http://tsung.erlang-projects.org/" SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz" |