diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:33:05 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:35:11 +0100 |
commit | 15e546571dc18f710d7fdffd8f63eb6c4c426a2f (patch) | |
tree | f5b5b6a56d83619fb8cc04518026fa0df454ab2c /net-analyzer/iftop | |
parent | net-analyzer/fping: drop x86-macos (diff) | |
download | gentoo-15e546571dc18f710d7fdffd8f63eb6c4c426a2f.tar.gz gentoo-15e546571dc18f710d7fdffd8f63eb6c4c426a2f.tar.bz2 gentoo-15e546571dc18f710d7fdffd8f63eb6c4c426a2f.zip |
net-analyzer/iftop: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild index e46376dd33a4..45a3bfa2dd16 100644 --- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre4-r4.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 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=" net-libs/libpcap |