diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-17 10:42:15 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-17 10:42:15 +0000 |
commit | 72b58a5682aa1d66cc3b404dba5275d356f53c9d (patch) | |
tree | d2cf5cbe67a438198bad276c77e779eece7f5c21 /net-analyzer/ttcp/ttcp-1.12.ebuild | |
parent | QA, added IUSE="" (diff) | |
download | historical-72b58a5682aa1d66cc3b404dba5275d356f53c9d.tar.gz historical-72b58a5682aa1d66cc3b404dba5275d356f53c9d.tar.bz2 historical-72b58a5682aa1d66cc3b404dba5275d356f53c9d.zip |
QA - inherit eutils.
Diffstat (limited to 'net-analyzer/ttcp/ttcp-1.12.ebuild')
-rw-r--r-- | net-analyzer/ttcp/ttcp-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ttcp/ttcp-1.12.ebuild b/net-analyzer/ttcp/ttcp-1.12.ebuild index 6d722dbf5ff6..b010b719b836 100644 --- a/net-analyzer/ttcp/ttcp-1.12.ebuild +++ b/net-analyzer/ttcp/ttcp-1.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.4 2004/05/26 19:21:19 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.5 2004/06/17 10:42:15 kloeri Exp $ -inherit gcc +inherit gcc eutils DESCRIPTION="Tool to test TCP and UDP throughput" HOMEPAGE="http://ftp.arl.mil/~mike/ttcp.html" |