diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-11-06 19:40:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-11-06 19:40:23 +0000 |
commit | 7eeaacfd5602cb49febd6351854c25a527a64c0d (patch) | |
tree | 4dbc31b22ba234fe49d8c233cd81e4c3f7cb85df /net-libs/libpcapnav/libpcapnav-0.7.ebuild | |
parent | depend on feynmf as it has been removed from texlive-metapost and is part of ... (diff) | |
download | historical-7eeaacfd5602cb49febd6351854c25a527a64c0d.tar.gz historical-7eeaacfd5602cb49febd6351854c25a527a64c0d.tar.bz2 historical-7eeaacfd5602cb49febd6351854c25a527a64c0d.zip |
Add ~sparc
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'net-libs/libpcapnav/libpcapnav-0.7.ebuild')
-rw-r--r-- | net-libs/libpcapnav/libpcapnav-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpcapnav/libpcapnav-0.7.ebuild b/net-libs/libpcapnav/libpcapnav-0.7.ebuild index ca5aa05ec680..af703d2c4ea0 100644 --- a/net-libs/libpcapnav/libpcapnav-0.7.ebuild +++ b/net-libs/libpcapnav/libpcapnav-0.7.ebuild @@ -1,6 +1,6 @@ # 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.3 2007/04/01 21:58:08 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild,v 1.4 2007/11/06 19:40:23 armin76 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 ~sparc x86" IUSE="doc" DEPEND="net-libs/libpcap" |