diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:25:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:25:36 +0000 |
commit | 62871d11795046535e4bd10f785ebed4f8046b35 (patch) | |
tree | 4ac057d9924d0053dbb485f9c088de2924b92ee8 /net-analyzer | |
parent | alpha/ia64 stable wrt #284765 (diff) | |
download | gentoo-2-62871d11795046535e4bd10f785ebed4f8046b35.tar.gz gentoo-2-62871d11795046535e4bd10f785ebed4f8046b35.tar.bz2 gentoo-2-62871d11795046535e4bd10f785ebed4f8046b35.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ttcp/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ttcp/ttcp-1.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/ttcp/ChangeLog b/net-analyzer/ttcp/ChangeLog index 62e1d80f940c..3f89c6e27355 100644 --- a/net-analyzer/ttcp/ChangeLog +++ b/net-analyzer/ttcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ttcp -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.14 2008/02/06 20:40:04 grobian Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.15 2009/09/23 18:25:36 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ttcp-1.12.ebuild: + Remove virtual/libc 06 Feb 2008; Fabian Groffen <grobian@gentoo.org> ttcp-1.12.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/net-analyzer/ttcp/ttcp-1.12.ebuild b/net-analyzer/ttcp/ttcp-1.12.ebuild index e432e1e1adaf..18a73db118fc 100644 --- a/net-analyzer/ttcp/ttcp-1.12.ebuild +++ b/net-analyzer/ttcp/ttcp-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/ttcp/ttcp-1.12.ebuild,v 1.13 2008/02/06 20:40:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.14 2009/09/23 18:25:36 patrick Exp $ inherit toolchain-funcs eutils @@ -13,7 +13,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ~amd64 ~ppc mips ~sparc" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} ; cd ${S} |