From e7784ca1c24683ee3efa4a6f11c0b2aa9b5333b8 Mon Sep 17 00:00:00 2001 From: Jon Hood Date: Thu, 1 Jul 2004 20:27:00 +0000 Subject: virtual/glibc -> virtual/libc, add IUSE --- net-analyzer/ttcp/ttcp-1.12.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-analyzer/ttcp/ttcp-1.12.ebuild') 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} -- cgit v1.2.3-65-gdbad