diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-31 23:21:14 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-31 23:21:14 +0000 |
commit | 27ca06c982bdc30a37f150f256615ccca230e95e (patch) | |
tree | 4d38c3ca83063b28338ee91cf067edd8b12e79d2 /net-analyzer | |
parent | Minor fixes, non-root changes backported to 1.0.5 and 1.0.6, cleanups and 1.0... (diff) | |
download | gentoo-2-27ca06c982bdc30a37f150f256615ccca230e95e.tar.gz gentoo-2-27ca06c982bdc30a37f150f256615ccca230e95e.tar.bz2 gentoo-2-27ca06c982bdc30a37f150f256615ccca230e95e.zip |
Stable on amd64.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nload/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nload/ChangeLog b/net-analyzer/nload/ChangeLog index c512611ca35c..8f2ce7b2b70d 100644 --- a/net-analyzer/nload/ChangeLog +++ b/net-analyzer/nload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nload # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.17 2005/04/25 02:38:41 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.18 2005/05/31 23:21:14 cryos Exp $ + + 31 May 2005; Marcus D. Hanwell <marcus@gentoo.org> nload-0.6.0.ebuild: + Stable on amd64. 24 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> -files/nload-0.5.0-gcc3-gentoo.patch, nload-0.6.0.ebuild: diff --git a/net-analyzer/nload/nload-0.6.0.ebuild b/net-analyzer/nload/nload-0.6.0.ebuild index 558e5af4d494..3c3c2873ad41 100644 --- a/net-analyzer/nload/nload-0.6.0.ebuild +++ b/net-analyzer/nload/nload-0.6.0.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/nload/nload-0.6.0.ebuild,v 1.9 2005/04/25 02:38:41 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.6.0.ebuild,v 1.10 2005/05/31 23:21:14 cryos Exp $ DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" SRC_URI="mirror://sourceforge/nload/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://roland-riegel.de/nload/index_en.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc ppc ~amd64" +KEYWORDS="amd64 ppc sparc x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" |