summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:01:57 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:01:57 +0100
commit2ea9a89c5c5cfc872bfe42d165768f7efeb62105 (patch)
treed6199e30c97a85da8e2e9025eebdbe22c09ef9f0 /net-misc/iperf
parentnet-misc/dleyna-server: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-2ea9a89c5c5cfc872bfe42d165768f7efeb62105.tar.gz
gentoo-2ea9a89c5c5cfc872bfe42d165768f7efeb62105.tar.bz2
gentoo-2ea9a89c5c5cfc872bfe42d165768f7efeb62105.zip
net-misc/iperf: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/iperf')
-rw-r--r--net-misc/iperf/iperf-3.6.ebuild2
-rw-r--r--net-misc/iperf/iperf-3.7.ebuild2
-rw-r--r--net-misc/iperf/iperf-3.99999.99999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/iperf/iperf-3.6.ebuild b/net-misc/iperf/iperf-3.6.ebuild
index 66bbbcb15f58..401e01a7af99 100644
--- a/net-misc/iperf/iperf-3.6.ebuild
+++ b/net-misc/iperf/iperf-3.6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils
+inherit autotools eutils ltprune
DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
HOMEPAGE="https://github.com/esnet/iperf/"
diff --git a/net-misc/iperf/iperf-3.7.ebuild b/net-misc/iperf/iperf-3.7.ebuild
index 3a4c9eb0e888..45025840cf6d 100644
--- a/net-misc/iperf/iperf-3.7.ebuild
+++ b/net-misc/iperf/iperf-3.7.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils
+inherit autotools eutils ltprune
DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
HOMEPAGE="https://github.com/esnet/iperf/"
diff --git a/net-misc/iperf/iperf-3.99999.99999.ebuild b/net-misc/iperf/iperf-3.99999.99999.ebuild
index e8e3b3ef1776..f50078047e0e 100644
--- a/net-misc/iperf/iperf-3.99999.99999.ebuild
+++ b/net-misc/iperf/iperf-3.99999.99999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils git-r3
+inherit autotools eutils git-r3 ltprune
DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
HOMEPAGE="https://github.com/esnet/iperf/"