diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-09-18 21:42:37 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-09-18 21:42:37 +0000 |
commit | 66d6455dd995e0ae30fd3cfb60ecf795467dde31 (patch) | |
tree | 17e545efccf456db359a78b1761e4657c9215b3f /net-analyzer/tcpdump | |
parent | version bump + fixes #28829 (diff) | |
download | gentoo-2-66d6455dd995e0ae30fd3cfb60ecf795467dde31.tar.gz gentoo-2-66d6455dd995e0ae30fd3cfb60ecf795467dde31.tar.bz2 gentoo-2-66d6455dd995e0ae30fd3cfb60ecf795467dde31.zip |
ia64 keywords
Diffstat (limited to 'net-analyzer/tcpdump')
-rw-r--r-- | net-analyzer/tcpdump/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-3.7.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/tcpdump/Manifest b/net-analyzer/tcpdump/Manifest index 3abc1744de14..e70c98266598 100644 --- a/net-analyzer/tcpdump/Manifest +++ b/net-analyzer/tcpdump/Manifest @@ -1,7 +1,7 @@ MD5 aa174178c5891cabc2f12ff2cd8b3d17 ChangeLog 2327 MD5 1de185f65cd5fa5cb3505f78bd8d49e3 tcpdump-3.6.2-r1.ebuild 990 MD5 c914ef7d2cebd9a79a6781bb1cd633b8 tcpdump-3.7.1.ebuild 858 -MD5 ce8d4b791be20a13166a91b33e4803f2 tcpdump-3.7.2.ebuild 905 +MD5 bed27b3db62b53c4a484426d491b94ff tcpdump-3.7.2.ebuild 907 MD5 f5295cc511894293cef91f09dd9d9d43 files/digest-tcpdump-3.6.2-r1 65 MD5 ad3cc121211e6bbf52b9e6b882396856 files/digest-tcpdump-3.7.1 65 MD5 e70e627b145b5d2aa274d4c955a2f8fe files/digest-tcpdump-3.7.2 65 diff --git a/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild b/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild index 746226e4a0a8..7fc7e83fb4fa 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.5 2003/09/05 23:40:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild,v 1.6 2003/09/18 21:39:46 avenj Exp $ IUSE="ssl" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.tcpdump.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips hppa arm" +KEYWORDS="x86 ppc sparc alpha mips hppa arm ia64" DEPEND=">=net-libs/libpcap-0.6.1 ssl? ( >=dev-libs/openssl-0.6.9 )" |