summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-03 19:16:30 +0100
committerSam James <sam@gentoo.org>2021-04-03 19:59:05 +0100
commitff7cde00abacc42a074b6ca936511238eec1aaea (patch)
treed0021a90053bf03cf8c12f0062d180a86a97894b
parentnet-analyzer/netwox: port to EAPI 7, multilib-- (diff)
downloadgentoo-ff7cde00abacc42a074b6ca936511238eec1aaea.tar.gz
gentoo-ff7cde00abacc42a074b6ca936511238eec1aaea.tar.bz2
gentoo-ff7cde00abacc42a074b6ca936511238eec1aaea.zip
net-analyzer/pinger: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/pinger/pinger-0.33.ebuild4
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/"