Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstat/
Date: Fri, 16 Jul 2021 01:32:06
Message-Id: 1626398990.612685c7932e67d7e02b75be0584f8cc83b6b81d.dlan@gentoo
1 commit: 612685c7932e67d7e02b75be0584f8cc83b6b81d
2 Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
3 AuthorDate: Tue Jul 13 12:46:45 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 01:29:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612685c7
7
8 net-analyzer/ifstat: keyword 1.1-r2 for ~riscv
9
10 Closes: https://github.com/gentoo/gentoo/pull/21624
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
13 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
14
15 net-analyzer/ifstat/ifstat-1.1-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild
19 index 616e7250a9c..6ece35858b7 100644
20 --- a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild
21 +++ b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -11,7 +11,7 @@ SRC_URI="http://gael.roualland.free.fr/ifstat/${P}.tar.gz"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 sparc x86"
33 +KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
34 IUSE="snmp"
35
36 DEPEND="snmp? ( >=net-analyzer/net-snmp-5.0 )"