diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-05-10 16:04:59 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-05-10 16:04:59 +0000 |
commit | f7e26bd62838e54097e3b4d4eda7c9f369b329a6 (patch) | |
tree | 9e31a5ae3274a14a15721df31e1c8c925d67c99b | |
parent | version bump (diff) | |
download | gentoo-2-f7e26bd62838e54097e3b4d4eda7c9f369b329a6.tar.gz gentoo-2-f7e26bd62838e54097e3b4d4eda7c9f369b329a6.tar.bz2 gentoo-2-f7e26bd62838e54097e3b4d4eda7c9f369b329a6.zip |
Added ~amd64 keyword. Closes #92114.
(Portage version: 2.0.51.21-r1)
-rw-r--r-- | net-analyzer/nettop/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nettop/nettop-0.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/nettop/ChangeLog b/net-analyzer/nettop/ChangeLog index a6f07e73baa0..3bee43fedcfa 100644 --- a/net-analyzer/nettop/ChangeLog +++ b/net-analyzer/nettop/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2005/05/01 17:24:41 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.11 2005/05/10 16:04:59 ticho Exp $ + + 10 May 2005; Andrej Kacian <ticho@gentoo.org> nettop-0.2.3.ebuild: + Added ~amd64 keyword. Closes #92114, reported by Chris Chance + <cchance@gmail.com>. 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> nettop-0.2.3.ebuild: Stable on ppc. diff --git a/net-analyzer/nettop/nettop-0.2.3.ebuild b/net-analyzer/nettop/nettop-0.2.3.ebuild index 0ff950fab4d4..a7546caf2462 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 # 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.10 2005/05/01 17:24:41 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.11 2005/05/10 16:04:59 ticho Exp $ inherit eutils @@ -12,7 +12,7 @@ HOMEPAGE="http://srparish.net/software/" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc ~amd64" DEPEND="sys-libs/slang virtual/libpcap" |