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/files/, app-benchmarks/i7z/
Date: Sun, 04 Dec 2011 08:54:21
Message-Id: 1b0da65340233e9d46a151ca001341c734d5085e.jlec@gentoo
1 commit: 1b0da65340233e9d46a151ca001341c734d5085e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 08:53:41 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 08:53:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=1b0da653
7
8 Adopted to changes in HEAD
9
10 (Portage version: 2.2.0_alpha79/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 app-benchmarks/i7z/ChangeLog | 3 +++
14 app-benchmarks/i7z/files/9999-gentoo.patch | 2 +-
15 2 files changed, 4 insertions(+), 1 deletions(-)
16
17 diff --git a/app-benchmarks/i7z/ChangeLog b/app-benchmarks/i7z/ChangeLog
18 index 6460bda..a1a8101 100644
19 --- a/app-benchmarks/i7z/ChangeLog
20 +++ b/app-benchmarks/i7z/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 04 Dec 2011; Justin Lecher <jlec@g.o> files/9999-gentoo.patch:
26 + Adopted to changes in HEAD
27 +
28 27 Oct 2011; Justin Lecher <jlec@g.o> metadata.xml:
29 Removed no-herd from herd tag in metadata.xml
30
31
32 diff --git a/app-benchmarks/i7z/files/9999-gentoo.patch b/app-benchmarks/i7z/files/9999-gentoo.patch
33 index fe65a16..e096ce2 100644
34 --- a/app-benchmarks/i7z/files/9999-gentoo.patch
35 +++ b/app-benchmarks/i7z/files/9999-gentoo.patch
36 @@ -40,7 +40,7 @@ index fc4d262..e2347bf 100644
37 @echo "If the compilation complains about not finding ncurses.h, install ncurses (libncurses5-dev on ubuntu/debian)"
38
39 bin:
40 -- $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDEFLAGS) $(SRC) -o $(BIN)
41 +- $(CC) $(CFLAGS) $(INCLUDEFLAGS) $(SRC) $(LDFLAGS) -o $(BIN)
42 + $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDEFLAGS) $(SRC) -o $(BIN) $(LIBS)
43
44 clean: