diff options
Diffstat (limited to 'net-analyzer/tcpdump/tcpdump-3.7.1.ebuild')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-3.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild b/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild index 22dca9998f99..cdf190b5d4ec 100644 --- a/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild,v 1.4 2002/07/18 23:22:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild,v 1.5 2002/07/21 20:52:37 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Tool for network monitoring and data acquisition" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.tcpdump.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND=">=net-libs/libpcap-0.6.1 ssl? ( >=dev-libs/openssl-0.6.9 )" |