commit: 93bd69e7f5c5b3930f8128d8b21e4b105023cf64 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 18:37:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 18:59:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bd69e7
net-analyzer/ipcad: eutils->epatch Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/ipcad/ipcad-3.7.3.ebuild | 5 +++-- 1 file 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 e9723ab496a..bc87f905d36 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/"
