diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-03-31 19:19:14 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-03-31 19:19:14 +0000 |
commit | d521f5f079cfad276b221d4c34e99488ee370d4c (patch) | |
tree | 8166a327bd87e4368892866f17ba57a23a89ff9e /net-analyzer | |
parent | adding ipv6 configure. closes 42940 (Manifest recommit) (diff) | |
download | gentoo-2-d521f5f079cfad276b221d4c34e99488ee370d4c.tar.gz gentoo-2-d521f5f079cfad276b221d4c34e99488ee370d4c.tar.bz2 gentoo-2-d521f5f079cfad276b221d4c34e99488ee370d4c.zip |
stable on amd64
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-3.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-3.8.3.ebuild b/net-analyzer/tcpdump/tcpdump-3.8.3.ebuild index 31206860210d..58e56cb16ad7 100644 --- a/net-analyzer/tcpdump/tcpdump-3.8.3.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.8.3.ebuild,v 1.2 2004/03/30 21:28:29 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.8.3.ebuild,v 1.3 2004/03/31 19:19:14 jhuebel Exp $ inherit flag-o-matic @@ -15,7 +15,7 @@ HOMEPAGE="http://www.tcpdump.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc sparc ~alpha ~mips ~hppa ~ia64 ~amd64" +KEYWORDS="~x86 ~ppc sparc ~alpha ~mips ~hppa ~ia64 amd64" DEPEND=">=net-libs/libpcap-0.6.1 ssl? ( >=dev-libs/openssl-0.6.9 )" |