summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-03 20:08:02 +0100
committerSam James <sam@gentoo.org>2021-04-03 20:52:50 +0100
commit9231bda746abf605b85aaf2a8f24095db010c248 (patch)
tree9fd466bc33616e6ac80e3986f29b46b4de30b42f
parentnet-analyzer/nagios-check_fail2ban: multilib-- (diff)
downloadgentoo-9231bda746a.tar.gz
gentoo-9231bda746a.tar.bz2
gentoo-9231bda746a.zip
net-analyzer/scli: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/scli/scli-0.4.0-r1.ebuild5
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"