diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2007-04-01 21:58:08 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2007-04-01 21:58:08 +0000 |
commit | f2b3c8cc35e80c5759d2779863215960ce101a36 (patch) | |
tree | 8ce04dc56809bfea6a07bb80f9d8e1ebdc473257 /net-libs/libpcapnav/libpcapnav-0.7.ebuild | |
parent | Version bump. Fixed cmake-call for building cross-targets; bug #172225. (diff) | |
download | historical-f2b3c8cc35e80c5759d2779863215960ce101a36.tar.gz historical-f2b3c8cc35e80c5759d2779863215960ce101a36.tar.bz2 historical-f2b3c8cc35e80c5759d2779863215960ce101a36.zip |
Mark 0.7 x86 stable.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-libs/libpcapnav/libpcapnav-0.7.ebuild')
-rw-r--r-- | net-libs/libpcapnav/libpcapnav-0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libpcapnav/libpcapnav-0.7.ebuild b/net-libs/libpcapnav/libpcapnav-0.7.ebuild index 27e9451c038b..ca5aa05ec680 100644 --- a/net-libs/libpcapnav/libpcapnav-0.7.ebuild +++ b/net-libs/libpcapnav/libpcapnav-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild,v 1.2 2006/11/28 00:07:05 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild,v 1.3 2007/04/01 21:58:08 vanquirius Exp $ DESCRIPTION="A libpcap wrapper library that allows navigation to arbitrary packets in a tcpdump trace file between reads, using timestamps or percentage offsets." HOMEPAGE="http://netdude.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc" DEPEND="net-libs/libpcap" |