diff options
author | David Holm <dholm@gentoo.org> | 2005-07-19 13:14:49 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-19 13:14:49 +0000 |
commit | 29c8d96f1b6e572f458599a66c5e2fb6d267ba07 (patch) | |
tree | 5425737660523367cc791ff79617746a31f9eaa4 /net-analyzer/iftop | |
parent | Giving up on fixing this Build.PL - authors syntax is more than I can grok. O... (diff) | |
download | gentoo-2-29c8d96f1b6e572f458599a66c5e2fb6d267ba07.tar.gz gentoo-2-29c8d96f1b6e572f458599a66c5e2fb6d267ba07.tar.bz2 gentoo-2-29c8d96f1b6e572f458599a66c5e2fb6d267ba07.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/iftop/ChangeLog b/net-analyzer/iftop/ChangeLog index 5b15ee8b85f1..5e5b4956e1a8 100644 --- a/net-analyzer/iftop/ChangeLog +++ b/net-analyzer/iftop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iftop # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.21 2005/07/09 23:14:18 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.22 2005/07/19 13:14:49 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> iftop-0.16.ebuild: + Added to ~ppc. 09 Jul 2005; Tom Martin <slarti@gentoo.org> iftop-0.16.ebuild: Marked ~ia64. diff --git a/net-analyzer/iftop/iftop-0.16.ebuild b/net-analyzer/iftop/iftop-0.16.ebuild index 5763cc5aa776..a282b3009d66 100644 --- a/net-analyzer/iftop/iftop-0.16.ebuild +++ b/net-analyzer/iftop/iftop-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.11 2005/07/09 23:15:23 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.12 2005/07/19 13:14:49 dholm Exp $ inherit gnuconfig IUSE="" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~ia64 sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86" DEPEND="sys-libs/ncurses virtual/libpcap" |