Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/webkit-gtk/
Date: Thu, 05 Apr 2012 21:43:31
Message-Id: 1333662181.40451cef09a9f05f9320696a6d75f26c516612d1.tetromino@gentoo
1 commit: 40451cef09a9f05f9320696a6d75f26c516612d1
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 21:41:53 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Thu Apr 5 21:43:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=40451cef
7
8 net-libs/webkit-gtk: work around yet another parallel make failure
9
10 Reported by Steev Klimaszewski on irc.
11
12 ---
13 net-libs/webkit-gtk/webkit-gtk-1.7.92-r200.ebuild | 2 +-
14 net-libs/webkit-gtk/webkit-gtk-1.7.92-r300.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-libs/webkit-gtk/webkit-gtk-1.7.92-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.7.92-r200.ebuild
18 index d7195b6..2ba8aef 100644
19 --- a/net-libs/webkit-gtk/webkit-gtk-1.7.92-r200.ebuild
20 +++ b/net-libs/webkit-gtk/webkit-gtk-1.7.92-r200.ebuild
21 @@ -168,7 +168,7 @@ src_configure() {
22 src_compile() {
23 # Horrible failure of a hack to work around parallel make problems,
24 # see https://bugs.webkit.org/show_bug.cgi?id=79498
25 - emake all-built-sources-local
26 + emake -j1 all-built-sources-local
27 emake all-ltlibraries-local
28 emake all-programs-local
29 use introspection && emake WebKit-1.0.gir
30
31 diff --git a/net-libs/webkit-gtk/webkit-gtk-1.7.92-r300.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.7.92-r300.ebuild
32 index 122e841..743f185 100644
33 --- a/net-libs/webkit-gtk/webkit-gtk-1.7.92-r300.ebuild
34 +++ b/net-libs/webkit-gtk/webkit-gtk-1.7.92-r300.ebuild
35 @@ -170,7 +170,7 @@ src_configure() {
36 src_compile() {
37 # Horrible failure of a hack to work around parallel make problems,
38 # see https://bugs.webkit.org/show_bug.cgi?id=79498
39 - emake all-built-sources-local
40 + emake -j1 all-built-sources-local
41 emake all-ltlibraries-local
42 emake all-programs-local
43 use introspection && emake WebKit-3.0.gir