diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-05 09:36:10 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-05 09:36:10 +0000 |
commit | 1088a50d8b1b60a048c7bee3c014ea97543661cc (patch) | |
tree | 003aa43175e2a232cf32fa7506b3eca9c3279ec7 /net-analyzer | |
parent | Masked buggy gshield ebuilds (diff) | |
download | historical-1088a50d8b1b60a048c7bee3c014ea97543661cc.tar.gz historical-1088a50d8b1b60a048c7bee3c014ea97543661cc.tar.bz2 historical-1088a50d8b1b60a048c7bee3c014ea97543661cc.zip |
Mark stable
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-3.7.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild b/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild index da6691fa5ccf..74ce901e7cbe 100644 --- a/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild,v 1.1 2003/03/03 09:02:01 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild,v 1.2 2003/03/05 09:36:10 aliz Exp $ IUSE="ssl" @@ -13,12 +13,11 @@ HOMEPAGE="http://www.tcpdump.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips" +KEYWORDS="x86 ppc sparc alpha mips" DEPEND=">=net-libs/libpcap-0.6.1 ssl? ( >=dev-libs/openssl-0.6.9 )" - src_compile() { local myconf |