diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-05 19:58:55 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-05 19:58:55 +0200 |
commit | 05e9fc204653e5b31fc4b4634f7c96c98ba822ae (patch) | |
tree | c6a037fa5548adc7a0244ea2bcbd6714c693ad5a /net-analyzer/ifstat | |
parent | sys-kernel/vanilla-kernel: Remove old (diff) | |
download | gentoo-05e9fc204653e5b31fc4b4634f7c96c98ba822ae.tar.gz gentoo-05e9fc204653e5b31fc4b4634f7c96c98ba822ae.tar.bz2 gentoo-05e9fc204653e5b31fc4b4634f7c96c98ba822ae.zip |
net-analyzer/ifstat: Stabilize 1.1-r2 hppa, #832537
Signed-off-by: Arthur Zamarin <arthurzam@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 6ece35858b77..5682724e0c88 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-2021 Gentoo Authors +# Copyright 1999-2022 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 ~riscv sparc x86" +KEYWORDS="~alpha amd64 hppa ~mips ppc ppc64 ~riscv sparc x86" IUSE="snmp" DEPEND="snmp? ( >=net-analyzer/net-snmp-5.0 )" |