diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 19:37:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 19:59:07 +0100 |
commit | 93bd69e7f5c5b3930f8128d8b21e4b105023cf64 (patch) | |
tree | 5df3365a0a7e2c52c5f122a66373d3d0129e470d /net-analyzer/ipcad | |
parent | net-analyzer/sinfo: port to EAPI 7 (diff) | |
download | gentoo-93bd69e7f5c5b3930f8128d8b21e4b105023cf64.tar.gz gentoo-93bd69e7f5c5b3930f8128d8b21e4b105023cf64.tar.bz2 gentoo-93bd69e7f5c5b3930f8128d8b21e4b105023cf64.zip |
net-analyzer/ipcad: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/ipcad')
-rw-r--r-- | net-analyzer/ipcad/ipcad-3.7.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/ipcad/ipcad-3.7.3.ebuild b/net-analyzer/ipcad/ipcad-3.7.3.ebuild index e9723ab496af..bc87f905d363 100644 --- a/net-analyzer/ipcad/ipcad-3.7.3.ebuild +++ b/net-analyzer/ipcad/ipcad-3.7.3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils + +inherit autotools epatch DESCRIPTION="IP Cisco Accounting Daemon" HOMEPAGE="https://sourceforge.net/projects/ipcad/ http://lionet.info/ipcad/" |