diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-15 18:28:37 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-15 18:28:37 +0000 |
commit | fc661fd93db1f644f06766494f980e1841d80ac6 (patch) | |
tree | a161c7fb48677a965964d7b60e04ce1efb0547d6 /net-analyzer/fprobe | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-fc661fd93db1f644f06766494f980e1841d80ac6.tar.gz gentoo-2-fc661fd93db1f644f06766494f980e1841d80ac6.tar.bz2 gentoo-2-fc661fd93db1f644f06766494f980e1841d80ac6.zip |
stable on x86
Diffstat (limited to 'net-analyzer/fprobe')
-rw-r--r-- | net-analyzer/fprobe/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/fprobe/fprobe-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/fprobe/ChangeLog b/net-analyzer/fprobe/ChangeLog index ea36bfedb9ca..b8557bab03ce 100644 --- a/net-analyzer/fprobe/ChangeLog +++ b/net-analyzer/fprobe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fprobe # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.4 2004/09/04 18:50:25 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.5 2004/09/15 18:25:27 squinky86 Exp $ + + 15 Sep 2004; Jon Hood <squinky86@gentoo.org> fprobe-1.0.5.ebuild: + Stable on x86. 04 Sep 2004; Jon Hood <squinky86@gentoo.org> fprobe-1.0.4.ebuild: Stable on x86. diff --git a/net-analyzer/fprobe/fprobe-1.0.5.ebuild b/net-analyzer/fprobe/fprobe-1.0.5.ebuild index cf660458d24d..01f363209d17 100644 --- a/net-analyzer/fprobe/fprobe-1.0.5.ebuild +++ b/net-analyzer/fprobe/fprobe-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.0.5.ebuild,v 1.2 2004/08/28 23:16:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.0.5.ebuild,v 1.3 2004/09/15 18:25:27 squinky86 Exp $ DESCRIPTION="A libpcap-based tool to collect network traffic data and emit it as NetFlow flows" HOMEPAGE="http://fprobe.sourceforge.net" @@ -8,7 +8,7 @@ LICENSE="GPL-2" SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="debug messages" |