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 | 9e9a1bf1cca98d17f767d47d71f8b1abdf2c6ad4 (patch) | |
tree | 4ae5afdbe660c219c896c18ecead934c76c371f0 /net-analyzer/ttcp | |
parent | QA, added IUSE="" (Manifest recommit) (diff) | |
download | gentoo-2-9e9a1bf1cca98d17f767d47d71f8b1abdf2c6ad4.tar.gz gentoo-2-9e9a1bf1cca98d17f767d47d71f8b1abdf2c6ad4.tar.bz2 gentoo-2-9e9a1bf1cca98d17f767d47d71f8b1abdf2c6ad4.zip |
QA - inherit eutils.
Diffstat (limited to 'net-analyzer/ttcp')
-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" |