summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Prugh <ken69267@gentoo.org>2008-03-26 22:37:52 +0000
committerKenneth Prugh <ken69267@gentoo.org>2008-03-26 22:37:52 +0000
commit1b5f9409701d22dad10d27cbcf38a249af98746c (patch)
tree41eeb66de6f7a8a794e756b932addcc391f84ff8 /app-benchmarks/pipebench
parentAdd -DGL_GLEXT_PROTOTYPES flag to prevent build breakage, see bug #214953 (diff)
downloadgentoo-2-1b5f9409701d22dad10d27cbcf38a249af98746c.tar.gz
gentoo-2-1b5f9409701d22dad10d27cbcf38a249af98746c.tar.bz2
gentoo-2-1b5f9409701d22dad10d27cbcf38a249af98746c.zip
amd64 stable, bug #214975. Added a quote
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-benchmarks/pipebench')
-rw-r--r--app-benchmarks/pipebench/ChangeLog7
-rw-r--r--app-benchmarks/pipebench/pipebench-0.40.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/app-benchmarks/pipebench/ChangeLog b/app-benchmarks/pipebench/ChangeLog
index 975a98dbd13e..ec82bc93fb84 100644
--- a/app-benchmarks/pipebench/ChangeLog
+++ b/app-benchmarks/pipebench/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/pipebench
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.7 2007/02/08 21:05:34 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.8 2008/03/26 22:37:52 ken69267 Exp $
+
+ 26 Mar 2008; Kenneth Prugh <ken69267@gentoo.org> pipebench-0.40.ebuild:
+ amd64 stable, bug #214975. Added a quote
08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/app-benchmarks/pipebench/pipebench-0.40.ebuild b/app-benchmarks/pipebench/pipebench-0.40.ebuild
index 66b40b62dd8c..9e87eb248a2e 100644
--- a/app-benchmarks/pipebench/pipebench-0.40.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 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.7 2005/08/07 12:03:52 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40.ebuild,v 1.8 2008/03/26 22:37:52 ken69267 Exp $
DESCRIPTION="Measures the speed of stdin/stdout communication"
HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=pipebench"
@@ -8,14 +8,14 @@ SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="virtual/libc"
src_unpack() {
unpack ${P}.tar.gz
- cd ${S} || die "Manual configure failed"
+ cd "${S}" || die "Manual configure failed"
cp Makefile Makefile.orig
sed \
-e "s:CFLAGS=-Wall:CFLAGS=${CFLAGS} -Wall:" \