Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: app-benchmarks/i7z/
Date: Mon, 02 Jul 2012 19:36:11
Message-Id: 1340989075.8fc8932047fb1d4cc7cdcca063804be88d4ab53e.jlec@gentoo
1 commit: 8fc8932047fb1d4cc7cdcca063804be88d4ab53e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 29 16:57:55 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 16:57:55 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=8fc89320
7
8 app-benchmarks/i7z: Drop optimization level to 1 due to continues breakages
9
10 (Portage version: 2.2.0_alpha114/git/Linux x86_64, signed Manifest commit with key 70EB7916)
11
12 ---
13 app-benchmarks/i7z/ChangeLog | 3 +++
14 app-benchmarks/i7z/i7z-9999.ebuild | 1 +
15 2 files changed, 4 insertions(+), 0 deletions(-)
16
17 diff --git a/app-benchmarks/i7z/ChangeLog b/app-benchmarks/i7z/ChangeLog
18 index 3a4363a..8b0a277 100644
19 --- a/app-benchmarks/i7z/ChangeLog
20 +++ b/app-benchmarks/i7z/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 29 Jun 2012; Justin Lecher <jlec@g.o> i7z-9999.ebuild:
26 + Drop optimization level to 1 due to continues breakages
27 +
28 11 Mar 2012; Justin Lecher <jlec@g.o> i7z-9999.ebuild:
29 Drop patch because upstream included it
30
31
32 diff --git a/app-benchmarks/i7z/i7z-9999.ebuild b/app-benchmarks/i7z/i7z-9999.ebuild
33 index f4a04f8..c79b0c9 100644
34 --- a/app-benchmarks/i7z/i7z-9999.ebuild
35 +++ b/app-benchmarks/i7z/i7z-9999.ebuild
36 @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}"
37
38 src_prepare() {
39 tc-export CC
40 + replace-flags -O? -O1
41 }
42
43 src_compile() {