diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 19:02:05 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 19:02:05 +0000 |
commit | 9168f739fd643d532bccae94d7756f4495abe6e2 (patch) | |
tree | fb83c255340104f0a5cf6145d0bf3963a9b17c13 /app-benchmarks | |
parent | add support for _rc versions by Bruno Tsubouchi Yporti #288701 and tweak chec... (diff) | |
download | gentoo-2-9168f739fd643d532bccae94d7756f4495abe6e2.tar.gz gentoo-2-9168f739fd643d532bccae94d7756f4495abe6e2.tar.bz2 gentoo-2-9168f739fd643d532bccae94d7756f4495abe6e2.zip |
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/cpuburn/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-benchmarks/cpuburn/ChangeLog b/app-benchmarks/cpuburn/ChangeLog index 122a05e9a52e..a14165cd3d09 100644 --- a/app-benchmarks/cpuburn/ChangeLog +++ b/app-benchmarks/cpuburn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/cpuburn -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.14 2007/09/17 21:01:30 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.15 2009/10/12 19:02:05 halcy0n Exp $ + + 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> cpuburn-1.4.ebuild: + QA fixes; unquoted variables 17 Sep 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing johnm from metadata.xml (see #186467 for reference). diff --git a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild index 23b5e4160fd9..8fa7c27770ec 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/cpuburn/cpuburn-1.4.ebuild,v 1.14 2007/07/02 13:41:07 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.15 2009/10/12 19:02:05 halcy0n Exp $ MY_P="${PV/./_}" DESCRIPTION="designed to heavily load CPU chips [testing purposes]" @@ -22,7 +22,7 @@ src_unpack() { tar -xf cpuburn_${MY_P}_tar || die if use amd64 ; then #65719 - cd ${S} + cd "${S}" sed -i 's:gcc -s:gcc -m32 -s:' Makefile || die "sed failed" fi } |