diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 20:08:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 20:52:50 +0100 |
commit | 9231bda746abf605b85aaf2a8f24095db010c248 (patch) | |
tree | 9fd466bc33616e6ac80e3986f29b46b4de30b42f /net-analyzer/scli | |
parent | net-analyzer/nagios-check_fail2ban: multilib-- (diff) | |
download | gentoo-9231bda746abf605b85aaf2a8f24095db010c248.tar.gz gentoo-9231bda746abf605b85aaf2a8f24095db010c248.tar.bz2 gentoo-9231bda746abf605b85aaf2a8f24095db010c248.zip |
net-analyzer/scli: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/scli')
-rw-r--r-- | net-analyzer/scli/scli-0.4.0-r1.ebuild | 5 |
1 files 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 200f73836851..07dc0a5b43b7 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" |