commit: ff7cde00abacc42a074b6ca936511238eec1aaea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 18:16:30 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 18:59:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7cde00
net-analyzer/pinger: eutils->epatch Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/pinger/pinger-0.33.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/pinger/pinger-0.33.ebuild b/net-analyzer/pinger/pinger-0.33.ebuild index 74c25eb05be..4c401876eb6 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/"
