summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-13 22:22:21 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-13 22:22:21 +0000
commitba212974c33c0ba2486c8ce71224b01d2d57324b (patch)
treea88d9a6eeb0e1143d6aac8420cee42e2368b4a44 /app-benchmarks/pipebench
parentNeeds gtkmm 2.16 to build (diff)
downloadhistorical-ba212974c33c0ba2486c8ce71224b01d2d57324b.tar.gz
historical-ba212974c33c0ba2486c8ce71224b01d2d57324b.tar.bz2
historical-ba212974c33c0ba2486c8ce71224b01d2d57324b.zip
Removing virtual/libc deps
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'app-benchmarks/pipebench')
-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"