diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 03:20:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 17:10:24 +0100 |
commit | 60a190a81fba5ec11ff87ac838d3295191c737e1 (patch) | |
tree | b064438eb3987cedfce921b5d77bb3382bfad4ce /net-analyzer/mping | |
parent | net-analyzer/tptest: port to EAPI 7, eutils--, misc QA fixes (diff) | |
download | gentoo-60a190a81fba5ec11ff87ac838d3295191c737e1.tar.gz gentoo-60a190a81fba5ec11ff87ac838d3295191c737e1.tar.bz2 gentoo-60a190a81fba5ec11ff87ac838d3295191c737e1.zip |
net-analyzer/mping: EAPI 7, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/mping')
-rw-r--r-- | net-analyzer/mping/mping-2.01.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net-analyzer/mping/mping-2.01.ebuild b/net-analyzer/mping/mping-2.01.ebuild index 3133eb907421..7a8b952a08c5 100644 --- a/net-analyzer/mping/mping-2.01.ebuild +++ b/net-analyzer/mping/mping-2.01.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils +EAPI=7 DESCRIPTION="IPv4/6 round-robin multiping client" HOMEPAGE="http://mping.uninett.no" @@ -12,8 +11,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-RFC3542.patch -} +PATCHES=( + "${FILESDIR}"/${P}-RFC3542.patch +) |