diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:10 +0100 |
commit | 436e9464aedac5969ceb995fe7c2e2259feba735 (patch) | |
tree | 189a0be5fb12998e92c94c28eec48fc5bcc9404d /net-analyzer | |
parent | media-video/dirac: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-436e9464aedac5969ceb995fe7c2e2259feba735.tar.gz gentoo-436e9464aedac5969ceb995fe7c2e2259feba735.tar.bz2 gentoo-436e9464aedac5969ceb995fe7c2e2259feba735.zip |
net-analyzer/echoping: [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-analyzer')
-rw-r--r-- | net-analyzer/echoping/echoping-6.0.2_p434-r2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r2.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r2.ebuild index 1b004aa80cfb..3ef54165ba6e 100644 --- a/net-analyzer/echoping/echoping-6.0.2_p434-r2.ebuild +++ b/net-analyzer/echoping/echoping-6.0.2_p434-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="Small program to test performances of remote servers" HOMEPAGE="http://echoping.sourceforge.net/" diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild index 0a565e6bf158..ea9b234861eb 100644 --- a/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild +++ b/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="Small program to test performances of remote servers" HOMEPAGE="http://echoping.sourceforge.net/" |