diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:22:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:22:48 +0000 |
commit | b65a24af04f9f47c9e02492c8423e93cf4c2442e (patch) | |
tree | f8ce22ed3791cf44e747213294978832f7291795 /net-analyzer | |
parent | ia64 stable wrt #284986 (diff) | |
download | gentoo-2-b65a24af04f9f47c9e02492c8423e93cf4c2442e.tar.gz gentoo-2-b65a24af04f9f47c9e02492c8423e93cf4c2442e.tar.bz2 gentoo-2-b65a24af04f9f47c9e02492c8423e93cf4c2442e.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-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" |