diff options
author | Sam James <sam@gentoo.org> | 2023-04-25 21:56:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-25 21:56:55 +0100 |
commit | b81c15be448c574d7ebd2a4b5e0c2c99670fa158 (patch) | |
tree | 5ee8a97bf7b8888c777f71a52600b51751cb5e9a /net-analyzer | |
parent | dev-util/include-what-you-use: Keyword 0.19 arm64, #905045 (diff) | |
download | gentoo-b81c15be448c574d7ebd2a4b5e0c2c99670fa158.tar.gz gentoo-b81c15be448c574d7ebd2a4b5e0c2c99670fa158.tar.bz2 gentoo-b81c15be448c574d7ebd2a4b5e0c2c99670fa158.zip |
net-analyzer/nethogs: Keyword 0.8.7 arm64, #905060
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nethogs/nethogs-0.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nethogs/nethogs-0.8.7.ebuild b/net-analyzer/nethogs/nethogs-0.8.7.ebuild index e4615e43c290..972b2b07b03b 100644 --- a/net-analyzer/nethogs/nethogs-0.8.7.ebuild +++ b/net-analyzer/nethogs/nethogs-0.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/raboof/nethogs/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" RDEPEND="net-libs/libpcap sys-libs/ncurses:=" |