Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstat/
Date: Sat, 05 Feb 2022 17:59:31
Message-Id: 1644083935.05e9fc204653e5b31fc4b4634f7c96c98ba822ae.arthurzam@gentoo
1 commit: 05e9fc204653e5b31fc4b4634f7c96c98ba822ae
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 17:58:55 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 17:58:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e9fc20
7
8 net-analyzer/ifstat: Stabilize 1.1-r2 hppa, #832537
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-analyzer/ifstat/ifstat-1.1-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild
16 index 6ece35858b77..5682724e0c88 100644
17 --- a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild
18 +++ b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="http://gael.roualland.free.fr/ifstat/${P}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
30 +KEYWORDS="~alpha amd64 hppa ~mips ppc ppc64 ~riscv sparc x86"
31 IUSE="snmp"
32
33 DEPEND="snmp? ( >=net-analyzer/net-snmp-5.0 )"