Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pinger/
Date: Sat, 03 Apr 2021 18:59:33
Message-Id: 1617476345.ff7cde00abacc42a074b6ca936511238eec1aaea.sam@gentoo
1 commit: ff7cde00abacc42a074b6ca936511238eec1aaea
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 18:16:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 18:59:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7cde00
7
8 net-analyzer/pinger: eutils->epatch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/pinger/pinger-0.33.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/pinger/pinger-0.33.ebuild b/net-analyzer/pinger/pinger-0.33.ebuild
16 index 74c25eb05be..4c401876eb6 100644
17 --- a/net-analyzer/pinger/pinger-0.33.ebuild
18 +++ b/net-analyzer/pinger/pinger-0.33.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25
26 -inherit autotools eutils flag-o-matic
27 +inherit autotools epatch flag-o-matic
28
29 DESCRIPTION="Cyclic multi ping utility for selected adresses using GTK/ncurses"
30 HOMEPAGE="http://aa.vslib.cz/silk/projekty/pinger/"