diff options
Diffstat (limited to 'net-analyzer/ttcp/ttcp-1.12.ebuild')
-rw-r--r-- | net-analyzer/ttcp/ttcp-1.12.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/ttcp/ttcp-1.12.ebuild b/net-analyzer/ttcp/ttcp-1.12.ebuild index ff3c00b91632..df342fd5157a 100644 --- a/net-analyzer/ttcp/ttcp-1.12.ebuild +++ b/net-analyzer/ttcp/ttcp-1.12.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # 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.6 2004/06/24 22:23:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.7 2004/07/01 20:27:00 squinky86 Exp $ inherit gcc eutils +IUSE="" DESCRIPTION="Tool to test TCP and UDP throughput" HOMEPAGE="http://ftp.arl.mil/~mike/ttcp.html" SRC_URI="mirror://gentoo/${P}.tar.bz2" @@ -12,7 +13,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} ; cd ${S} |