diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-02-06 22:36:44 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-02-06 22:36:44 +0000 |
commit | 503c1ffbc1d3fed1b6588ca63f7da7c32b677f8d (patch) | |
tree | f0f7d8ad1f45fe5d588627d3f89aabae1c5e7163 /net-analyzer/nettop | |
parent | don't zip python samples (diff) | |
download | gentoo-2-503c1ffbc1d3fed1b6588ca63f7da7c32b677f8d.tar.gz gentoo-2-503c1ffbc1d3fed1b6588ca63f7da7c32b677f8d.tar.bz2 gentoo-2-503c1ffbc1d3fed1b6588ca63f7da7c32b677f8d.zip |
Stable on amd64. (bug #121524)
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer/nettop')
-rw-r--r-- | net-analyzer/nettop/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nettop/nettop-0.2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/nettop/ChangeLog b/net-analyzer/nettop/ChangeLog index 3bee43fedcfa..175bcab90335 100644 --- a/net-analyzer/nettop/ChangeLog +++ b/net-analyzer/nettop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nettop -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.11 2005/05/10 16:04:59 ticho Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.12 2006/02/06 22:36:44 chutzpah Exp $ + + 06 Feb 2006; Patrick McLean <chutzpah@gentoo.org> nettop-0.2.3.ebuild: + Stable on amd64 (bug #121524). 10 May 2005; Andrej Kacian <ticho@gentoo.org> nettop-0.2.3.ebuild: Added ~amd64 keyword. Closes #92114, reported by Chris Chance diff --git a/net-analyzer/nettop/nettop-0.2.3.ebuild b/net-analyzer/nettop/nettop-0.2.3.ebuild index a7546caf2462..3426172d7e2d 100644 --- a/net-analyzer/nettop/nettop-0.2.3.ebuild +++ b/net-analyzer/nettop/nettop-0.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.11 2005/05/10 16:04:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.12 2006/02/06 22:36:44 chutzpah Exp $ inherit eutils @@ -12,7 +12,7 @@ HOMEPAGE="http://srparish.net/software/" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 sparc ppc ~amd64" +KEYWORDS="amd64 ppc sparc x86" DEPEND="sys-libs/slang virtual/libpcap" |