Gentoo Archives: gentoo-commits

From: Priit Laes <plaes@×××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/webkit-gtk/
Date: Fri, 24 Aug 2012 21:36:24
Message-Id: 1345844113.6be7f9b3b79efda1a9fbea2bcd802dc561f24c58.plaes@gentoo
1 commit: 6be7f9b3b79efda1a9fbea2bcd802dc561f24c58
2 Author: Priit Laes <plaes <AT> plaes <DOT> org>
3 AuthorDate: Fri Aug 24 21:34:18 2012 +0000
4 Commit: Priit Laes <plaes <AT> plaes <DOT> org>
5 CommitDate: Fri Aug 24 21:35:13 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6be7f9b3
7
8 net-libs/webkit-gtk: 1.9.4 -> 1.9.90
9
10 ---
11 ...4-r300.ebuild => webkit-gtk-1.9.90-r300.ebuild} | 10 +++++++---
12 1 files changed, 7 insertions(+), 3 deletions(-)
13
14 diff --git a/net-libs/webkit-gtk/webkit-gtk-1.9.4-r300.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.9.90-r300.ebuild
15 similarity index 98%
16 rename from net-libs/webkit-gtk/webkit-gtk-1.9.4-r300.ebuild
17 rename to net-libs/webkit-gtk/webkit-gtk-1.9.90-r300.ebuild
18 index 1f9a992..08b15f6 100644
19 --- a/net-libs/webkit-gtk/webkit-gtk-1.9.4-r300.ebuild
20 +++ b/net-libs/webkit-gtk/webkit-gtk-1.9.90-r300.ebuild
21 @@ -50,8 +50,9 @@ RDEPEND="
22
23 spell? ( >=app-text/enchant-0.22 )
24
25 - webgl? ( virtual/opengl )
26 -
27 + webgl? (
28 + virtual/opengl
29 + x11-libs/libXcomposite )
30 "
31 # paxctl needed for bug #407085
32 DEPEND="${RDEPEND}
33 @@ -66,6 +67,8 @@ DEPEND="${RDEPEND}
34 dev-util/gtk-doc-am
35 app-accessibility/at-spi2-core
36
37 + >=sys-devel/make-3.82-r4
38 +
39 doc? ( >=dev-util/gtk-doc-1.10 )
40 introspection? ( jit? ( sys-apps/paxctl ) )
41 test? (
42 @@ -189,7 +192,8 @@ src_compile() {
43 #emake all-programs-local
44 #use introspection && emake WebKit-3.0.gir
45 #emake all-data-local
46 - emake -j1
47 + #emake -j1
48 + default
49 }
50
51 src_test() {