summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-04-08 06:03:12 +0000
committerPeter Volkov <pva@gentoo.org>2010-04-08 06:03:12 +0000
commit7132fcceda0d05ace8e707b70b1668a314356e9c (patch)
tree563f821cb5fd769bee4decccc3152dccb0533bdb /net-analyzer/tcpdump
parentVersion bump. (diff)
downloadgentoo-2-7132fcceda0d05ace8e707b70b1668a314356e9c.tar.gz
gentoo-2-7132fcceda0d05ace8e707b70b1668a314356e9c.tar.bz2
gentoo-2-7132fcceda0d05ace8e707b70b1668a314356e9c.zip
Drop depend on autotools as no eauto* function called
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/tcpdump')
-rw-r--r--net-analyzer/tcpdump/tcpdump-4.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild b/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild
index b8270aee4c5a..2b4e4b41cc0a 100644
--- a/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.1 2010/04/08 05:55:08 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.2 2010/04/08 06:03:12 pva Exp $
EAPI="2"
-inherit flag-o-matic toolchain-funcs eutils autotools
+inherit flag-o-matic toolchain-funcs eutils
DESCRIPTION="A Tool for network monitoring and data acquisition"
HOMEPAGE="http://www.tcpdump.org/"