diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:27:00 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:27:00 +0000 |
commit | e7784ca1c24683ee3efa4a6f11c0b2aa9b5333b8 (patch) | |
tree | f63fd7f443d8b36480cf37293076c13da7cc29d1 /net-analyzer/ttcp/ttcp-1.12.ebuild | |
parent | sys-libs/glibc -> virtual/libc, add IUSE (Manifest recommit) (diff) | |
download | gentoo-2-e7784ca1c24683ee3efa4a6f11c0b2aa9b5333b8.tar.gz gentoo-2-e7784ca1c24683ee3efa4a6f11c0b2aa9b5333b8.tar.bz2 gentoo-2-e7784ca1c24683ee3efa4a6f11c0b2aa9b5333b8.zip |
virtual/glibc -> virtual/libc, add IUSE
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} |