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/iplog/
Date: Sat, 03 Apr 2021 19:53:35
Message-Id: 1617479581.80bcb27e226fe524aa889626207d5e8643ea4153.sam@gentoo
1 commit: 80bcb27e226fe524aa889626207d5e8643ea4153
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 19:28:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 19:53:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bcb27e
7
8 net-analyzer/iplog: eutils->epatch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/iplog/iplog-2.2.3-r2.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
16 index a21f0102922..c0be1311cc7 100644
17 --- a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
18 +++ b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
19 @@ -1,8 +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 -inherit eutils
26 +
27 +inherit epatch
28
29 DESCRIPTION="iplog is a TCP/IP traffic logger"
30 HOMEPAGE="http://ojnk.sourceforge.net/"