From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SlmPr-0007SC-4w for garchives@archives.gentoo.org; Mon, 02 Jul 2012 19:36:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13F58E075B; Mon, 2 Jul 2012 19:35:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D6819E075B for ; Mon, 2 Jul 2012 19:35:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 492361B4009 for ; Mon, 2 Jul 2012 19:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0FF01E5436 for ; Mon, 2 Jul 2012 19:35:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1340989075.8fc8932047fb1d4cc7cdcca063804be88d4ab53e.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-benchmarks/i7z/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-benchmarks/i7z/ChangeLog app-benchmarks/i7z/i7z-9999.ebuild X-VCS-Directories: app-benchmarks/i7z/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8fc8932047fb1d4cc7cdcca063804be88d4ab53e X-VCS-Branch: master Date: Mon, 2 Jul 2012 19:35:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 48ef8dfb-0683-4b42-885c-835786f4bfb0 X-Archives-Hash: 791aaa14f29c20173b272892479e8c6f commit: 8fc8932047fb1d4cc7cdcca063804be88d4ab53e Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 29 16:57:55 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 29 16:57:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D8fc89320 app-benchmarks/i7z: Drop optimization level to 1 due to continues breakag= es (Portage version: 2.2.0_alpha114/git/Linux x86_64, signed Manifest commit= with key 70EB7916) --- app-benchmarks/i7z/ChangeLog | 3 +++ app-benchmarks/i7z/i7z-9999.ebuild | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/app-benchmarks/i7z/ChangeLog b/app-benchmarks/i7z/ChangeLog index 3a4363a..8b0a277 100644 --- a/app-benchmarks/i7z/ChangeLog +++ b/app-benchmarks/i7z/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 29 Jun 2012; Justin Lecher i7z-9999.ebuild: + Drop optimization level to 1 due to continues breakages + 11 Mar 2012; Justin Lecher i7z-9999.ebuild: Drop patch because upstream included it =20 diff --git a/app-benchmarks/i7z/i7z-9999.ebuild b/app-benchmarks/i7z/i7z-= 9999.ebuild index f4a04f8..c79b0c9 100644 --- a/app-benchmarks/i7z/i7z-9999.ebuild +++ b/app-benchmarks/i7z/i7z-9999.ebuild @@ -23,6 +23,7 @@ DEPEND=3D"${RDEPEND}" =20 src_prepare() { tc-export CC + replace-flags -O? -O1 } =20 src_compile() {