Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scli/
Date: Sat, 03 Apr 2021 19:53:33
Message-Id: 1617479570.9231bda746abf605b85aaf2a8f24095db010c248.sam@gentoo
1 commit: 9231bda746abf605b85aaf2a8f24095db010c248
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 19:08:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 19:52:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9231bda7
7
8 net-analyzer/scli: eutils->epatch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/scli/scli-0.4.0-r1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/scli/scli-0.4.0-r1.ebuild b/net-analyzer/scli/scli-0.4.0-r1.ebuild
16 index 200f7383685..07dc0a5b43b 100644
17 --- a/net-analyzer/scli/scli-0.4.0-r1.ebuild
18 +++ b/net-analyzer/scli/scli-0.4.0-r1.ebuild
19 @@ -1,8 +1,9 @@
20 -# Copyright 1999-2018 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 -inherit autotools eutils
26 +
27 +inherit autotools epatch
28
29 DESCRIPTION="SNMP Command Line Interface"
30 HOMEPAGE="https://github.com/schoenw/scli"