commit: 9231bda746abf605b85aaf2a8f24095db010c248 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 19:08:02 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 19:52:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9231bda7
net-analyzer/scli: eutils->epatch Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/scli/scli-0.4.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-analyzer/scli/scli-0.4.0-r1.ebuild b/net-analyzer/scli/scli-0.4.0-r1.ebuild index 200f7383685..07dc0a5b43b 100644 --- a/net-analyzer/scli/scli-0.4.0-r1.ebuild +++ b/net-analyzer/scli/scli-0.4.0-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# 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="SNMP Command Line Interface" HOMEPAGE="https://github.com/schoenw/scli"
