diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:26:56 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:26:56 +0000 |
commit | 6096120a1804f29bf91339e03e38fde98286cc48 (patch) | |
tree | f22cacf178ec7bed148fd21383880bd6934d41ff /net-analyzer/nttcp | |
parent | alpha/ia64 stable wrt #284765 (diff) | |
download | historical-6096120a1804f29bf91339e03e38fde98286cc48.tar.gz historical-6096120a1804f29bf91339e03e38fde98286cc48.tar.bz2 historical-6096120a1804f29bf91339e03e38fde98286cc48.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/nttcp')
-rw-r--r-- | net-analyzer/nttcp/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nttcp/nttcp-1.47.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/nttcp/ChangeLog b/net-analyzer/nttcp/ChangeLog index 2dcbc9fd75a4..5bbdcf7f0762 100644 --- a/net-analyzer/nttcp/ChangeLog +++ b/net-analyzer/nttcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nttcp -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.11 2007/02/09 08:04:37 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.12 2009/09/23 18:22:48 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> nttcp-1.47.ebuild: + Remove virtual/libc 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-analyzer/nttcp/nttcp-1.47.ebuild b/net-analyzer/nttcp/nttcp-1.47.ebuild index 6587f3e1dbbe..450f04ee13e0 100644 --- a/net-analyzer/nttcp/nttcp-1.47.ebuild +++ b/net-analyzer/nttcp/nttcp-1.47.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 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.11 2005/10/16 23:59:52 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47.ebuild,v 1.12 2009/09/23 18:22:48 patrick Exp $ inherit toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ~ppc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { emake ARCH= CC="$(tc-getCC)" OPT="${CFLAGS}" || die "build failed" |