summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-13 22:21:30 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-13 22:21:30 +0000
commitc3029c26ae8d1a5a7d92358f36bfc9e3b2bbea69 (patch)
tree2bbb7797e583acf8fe484b9a4cfdb27175d2fd00 /app-benchmarks
parentRemoving virtual/libc deps (diff)
downloadgentoo-2-c3029c26ae8d1a5a7d92358f36bfc9e3b2bbea69.tar.gz
gentoo-2-c3029c26ae8d1a5a7d92358f36bfc9e3b2bbea69.tar.bz2
gentoo-2-c3029c26ae8d1a5a7d92358f36bfc9e3b2bbea69.zip
Removing virtual/libc deps
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/pipebench/ChangeLog7
-rw-r--r--app-benchmarks/pipebench/pipebench-0.40.ebuild6
2 files changed, 7 insertions, 6 deletions
diff --git a/app-benchmarks/pipebench/ChangeLog b/app-benchmarks/pipebench/ChangeLog
index 4880b6c64d76..be1658554058 100644
--- a/app-benchmarks/pipebench/ChangeLog
+++ b/app-benchmarks/pipebench/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/pipebench
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.11 2008/03/28 22:59:40 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.12 2009/09/13 22:21:30 patrick Exp $
+
+ 13 Sep 2009; Patrick Lauer <patrick@gentoo.org> pipebench-0.40.ebuild:
+ Removing virtual/libc deps
28 Mar 2008; Markus Meier <maekke@gentoo.org> pipebench-0.40.ebuild:
x86 stable, bug #214975
diff --git a/app-benchmarks/pipebench/pipebench-0.40.ebuild b/app-benchmarks/pipebench/pipebench-0.40.ebuild
index 882cdc372336..da0fa2751a9c 100644
--- a/app-benchmarks/pipebench/pipebench-0.40.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40.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/app-benchmarks/pipebench/pipebench-0.40.ebuild,v 1.11 2008/03/28 22:59:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40.ebuild,v 1.12 2009/09/13 22:21:30 patrick Exp $
DESCRIPTION="Measures the speed of stdin/stdout communication"
HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=pipebench"
@@ -11,8 +11,6 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${P}.tar.gz
cd "${S}" || die "Manual configure failed"