From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F5B3138010 for ; Fri, 24 Aug 2012 21:36:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B9FE05EF; Fri, 24 Aug 2012 21:36:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8B66BE060F for ; Fri, 24 Aug 2012 21:36:00 +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 BB82233D82B for ; Fri, 24 Aug 2012 21:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3B96DE5443 for ; Fri, 24 Aug 2012 21:35:58 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1345844113.6be7f9b3b79efda1a9fbea2bcd802dc561f24c58.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-1.9.4-r300.ebuild net-libs/webkit-gtk/webkit-gtk-1.9.90-r300.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 6be7f9b3b79efda1a9fbea2bcd802dc561f24c58 X-VCS-Branch: master Date: Fri, 24 Aug 2012 21:35:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b6ffd373-1202-44b1-96df-bec6ae6c117f X-Archives-Hash: c633f1f7a9abf1f94abc79d06942e798 commit: 6be7f9b3b79efda1a9fbea2bcd802dc561f24c58 Author: Priit Laes plaes org> AuthorDate: Fri Aug 24 21:34:18 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Fri Aug 24 21:35:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6be7f9b3 net-libs/webkit-gtk: 1.9.4 -> 1.9.90 --- ...4-r300.ebuild => webkit-gtk-1.9.90-r300.ebuild} | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) 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 similarity index 98% rename from net-libs/webkit-gtk/webkit-gtk-1.9.4-r300.ebuild rename to net-libs/webkit-gtk/webkit-gtk-1.9.90-r300.ebuild index 1f9a992..08b15f6 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.9.4-r300.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.9.90-r300.ebuild @@ -50,8 +50,9 @@ RDEPEND=" spell? ( >=app-text/enchant-0.22 ) - webgl? ( virtual/opengl ) - + webgl? ( + virtual/opengl + x11-libs/libXcomposite ) " # paxctl needed for bug #407085 DEPEND="${RDEPEND} @@ -66,6 +67,8 @@ DEPEND="${RDEPEND} dev-util/gtk-doc-am app-accessibility/at-spi2-core + >=sys-devel/make-3.82-r4 + doc? ( >=dev-util/gtk-doc-1.10 ) introspection? ( jit? ( sys-apps/paxctl ) ) test? ( @@ -189,7 +192,8 @@ src_compile() { #emake all-programs-local #use introspection && emake WebKit-3.0.gir #emake all-data-local - emake -j1 + #emake -j1 + default } src_test() {