diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 19:16:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 19:59:05 +0100 |
commit | ff7cde00abacc42a074b6ca936511238eec1aaea (patch) | |
tree | d0021a90053bf03cf8c12f0062d180a86a97894b /net-analyzer/pinger | |
parent | net-analyzer/netwox: port to EAPI 7, multilib-- (diff) | |
download | gentoo-ff7cde00abacc42a074b6ca936511238eec1aaea.tar.gz gentoo-ff7cde00abacc42a074b6ca936511238eec1aaea.tar.bz2 gentoo-ff7cde00abacc42a074b6ca936511238eec1aaea.zip |
net-analyzer/pinger: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/pinger')
-rw-r--r-- | net-analyzer/pinger/pinger-0.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/pinger/pinger-0.33.ebuild b/net-analyzer/pinger/pinger-0.33.ebuild index 74c25eb05be6..4c401876eb65 100644 --- a/net-analyzer/pinger/pinger-0.33.ebuild +++ b/net-analyzer/pinger/pinger-0.33.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils flag-o-matic +inherit autotools epatch flag-o-matic DESCRIPTION="Cyclic multi ping utility for selected adresses using GTK/ncurses" HOMEPAGE="http://aa.vslib.cz/silk/projekty/pinger/" |