diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-09-20 17:12:24 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-09-20 17:12:24 +0200 |
commit | 82a2cf2aa1de320dfc641a14c61b6f85d9d69171 (patch) | |
tree | 2565e4146e192998f33a4b08346c950b647c14c9 /net-analyzer/nethogs | |
parent | dev-php/spdx-licenses: fix spdx-{exceptions,licenses}.json install location (diff) | |
download | gentoo-82a2cf2aa1de320dfc641a14c61b6f85d9d69171.tar.gz gentoo-82a2cf2aa1de320dfc641a14c61b6f85d9d69171.tar.bz2 gentoo-82a2cf2aa1de320dfc641a14c61b6f85d9d69171.zip |
net-analyzer/nethogs: Stable for AMD64 x86 too.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --ignore-arches
Diffstat (limited to 'net-analyzer/nethogs')
-rw-r--r-- | net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild b/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild index 96e845c300c7..412c581fafa1 100644 --- a/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild +++ b/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~x86" +KEYWORDS="amd64 ~arm ~ia64 x86" RDEPEND=" net-libs/libpcap |