summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-01 20:19:11 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-01 20:19:11 +0000
commit49a669d3bb9444de3072813ca28138bf194b97b4 (patch)
tree63424e57deb8091bd188847279cc8d3b1d55a1e2 /net-analyzer/nttcp
parentadd in new special sauce! (diff)
downloadhistorical-49a669d3bb9444de3072813ca28138bf194b97b4.tar.gz
historical-49a669d3bb9444de3072813ca28138bf194b97b4.tar.bz2
historical-49a669d3bb9444de3072813ca28138bf194b97b4.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-analyzer/nttcp')
-rw-r--r--net-analyzer/nttcp/ChangeLog5
-rw-r--r--net-analyzer/nttcp/nttcp-1.47.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nttcp/ChangeLog b/net-analyzer/nttcp/ChangeLog
index 6757f89d157a..a86808c93b9c 100644
--- a/net-analyzer/nttcp/ChangeLog
+++ b/net-analyzer/nttcp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nttcp
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.3 2004/06/25 03:21:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.4 2004/07/01 20:12:58 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> nttcp-1.47.ebuild:
+ change virtual/glibc to virtual/libc
07 Apr 2004; Travis Tilley <lv@gentoo.org> nttcp-1.47.ebuild:
added ~amd64 keyword
diff --git a/net-analyzer/nttcp/nttcp-1.47.ebuild b/net-analyzer/nttcp/nttcp-1.47.ebuild
index 6a29ef4dfb26..fdcffd848397 100644
--- a/net-analyzer/nttcp/nttcp-1.47.ebuild
+++ b/net-analyzer/nttcp/nttcp-1.47.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47.ebuild,v 1.4 2004/06/25 03:21:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47.ebuild,v 1.5 2004/07/01 20:12:58 squinky86 Exp $
inherit gcc
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~alpha ~amd64 ~ia64"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
emake ARCH= CC="$(gcc-getCC)" OPT="${CFLAGS}" || die "build failed"