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.60) (envelope-from ) id 1RX7q1-0007UJ-Cz for garchives@archives.gentoo.org; Sun, 04 Dec 2011 08:54:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF8ABE0467; Sun, 4 Dec 2011 08:54:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8FEECE0467 for ; Sun, 4 Dec 2011 08:54:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D9B81B4009 for ; Sun, 4 Dec 2011 08:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4DC7A80042 for ; Sun, 4 Dec 2011 08:54:12 +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: <1b0da65340233e9d46a151ca001341c734d5085e.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-benchmarks/i7z/files/, app-benchmarks/i7z/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-benchmarks/i7z/ChangeLog app-benchmarks/i7z/files/9999-gentoo.patch X-VCS-Directories: app-benchmarks/i7z/files/ app-benchmarks/i7z/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1b0da65340233e9d46a151ca001341c734d5085e Date: Sun, 4 Dec 2011 08:54:12 +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: 94563c4d-ec85-4c0a-89a6-1bc3406c6c25 X-Archives-Hash: d42b718457c9c7bb3edd4cb1dc3fe43f commit: 1b0da65340233e9d46a151ca001341c734d5085e Author: Justin Lecher gentoo org> AuthorDate: Sun Dec 4 08:53:41 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 4 08:53:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D1b0da653 Adopted to changes in HEAD (Portage version: 2.2.0_alpha79/git/Linux x86_64, unsigned Manifest commi= t) --- app-benchmarks/i7z/ChangeLog | 3 +++ app-benchmarks/i7z/files/9999-gentoo.patch | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/app-benchmarks/i7z/ChangeLog b/app-benchmarks/i7z/ChangeLog index 6460bda..a1a8101 100644 --- a/app-benchmarks/i7z/ChangeLog +++ b/app-benchmarks/i7z/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 04 Dec 2011; Justin Lecher files/9999-gentoo.patch: + Adopted to changes in HEAD + 27 Oct 2011; Justin Lecher metadata.xml: Removed no-herd from herd tag in metadata.xml =20 diff --git a/app-benchmarks/i7z/files/9999-gentoo.patch b/app-benchmarks/= i7z/files/9999-gentoo.patch index fe65a16..e096ce2 100644 --- a/app-benchmarks/i7z/files/9999-gentoo.patch +++ b/app-benchmarks/i7z/files/9999-gentoo.patch @@ -40,7 +40,7 @@ index fc4d262..e2347bf 100644 @echo "If the compilation complains about not finding ncurses.h, insta= ll ncurses (libncurses5-dev on ubuntu/debian)" =20 bin: -- $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDEFLAGS) $(SRC) -o $(BIN) +- $(CC) $(CFLAGS) $(INCLUDEFLAGS) $(SRC) $(LDFLAGS) -o $(BIN) + $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDEFLAGS) $(SRC) -o $(BIN) $(LIBS) =20 clean: