diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-07-13 22:46:45 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-07-16 09:29:50 +0800 |
commit | 612685c7932e67d7e02b75be0584f8cc83b6b81d (patch) | |
tree | cfa5504a3783b8c318e440a46d1acf50c5150891 /net-analyzer/ifstat | |
parent | profiles/arch/riscv: unmask USE=snmp (diff) | |
download | gentoo-612685c7932e67d7e02b75be0584f8cc83b6b81d.tar.gz gentoo-612685c7932e67d7e02b75be0584f8cc83b6b81d.tar.bz2 gentoo-612685c7932e67d7e02b75be0584f8cc83b6b81d.zip |
net-analyzer/ifstat: keyword 1.1-r2 for ~riscv
Closes: https://github.com/gentoo/gentoo/pull/21624
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-analyzer/ifstat')
-rw-r--r-- | net-analyzer/ifstat/ifstat-1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild index 616e7250a9ca..6ece35858b77 100644 --- a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild +++ b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://gael.roualland.free.fr/ifstat/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" IUSE="snmp" DEPEND="snmp? ( >=net-analyzer/net-snmp-5.0 )" |