diff options
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 4ef38a9e50b2..e7e85a5770dd 100644 --- a/net-analyzer/iftop/ChangeLog +++ b/net-analyzer/iftop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iftop # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.11 2004/03/21 12:15:17 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.12 2004/03/21 21:04:23 weeve Exp $ + + 21 Mar 2004; Jason Wever <weeve@gentoo.org> iftop-0.16.ebuild: + Added ~sparc keyword. 21 Mar 2004; Michael Boman <mboman@gentoo.org> iftop-0.11.ebuild, iftop-0.12.ebuild, iftop-0.13.ebuild, iftop-0.14.ebuild: diff --git a/net-analyzer/iftop/iftop-0.16.ebuild b/net-analyzer/iftop/iftop-0.16.ebuild index 9521a4e37378..0ac8084cdff0 100644 --- a/net-analyzer/iftop/iftop-0.16.ebuild +++ b/net-analyzer/iftop/iftop-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2004/03/09 06:07:15 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.2 2004/03/21 21:04:23 weeve Exp $ IUSE="" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" DEPEND="sys-libs/ncurses net-libs/libpcap" |