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 6FA3613988E for ; Mon, 24 Aug 2015 05:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3DD5E07D2; Mon, 24 Aug 2015 05:10:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D14CE07D2 for ; Mon, 24 Aug 2015 05:10:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FF0034074E for ; Mon, 24 Aug 2015 05:10:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42877161 for ; Mon, 24 Aug 2015 05:10:01 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1440392992.a2e60d5d6f9ff34982ea7fba32bcf2e467d2bd6d.tetromino@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: a2e60d5d6f9ff34982ea7fba32bcf2e467d2bd6d X-VCS-Branch: master Date: Mon, 24 Aug 2015 05:10:01 +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: 6095e22c-0082-43ba-8d3c-75293fbc637d X-Archives-Hash: be124b08bcf1f7380faef1f3c5a98647 commit: a2e60d5d6f9ff34982ea7fba32bcf2e467d2bd6d Author: Alexandre Rostovtsev gentoo org> AuthorDate: Mon Aug 24 05:08:14 2015 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Mon Aug 24 05:09:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e60d5d net-libs/webkit-gtk: missing dependency Thanks-to: brutester Gentoo-Bug: 554096 Package-Manager: portage-2.2.20.1 net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild | 3 ++- net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild index b70a789..a387dec 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild @@ -60,7 +60,8 @@ RDEPEND=" >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0 ) libsecret? ( app-crypt/libsecret ) - opengl? ( virtual/opengl ) + opengl? ( virtual/opengl + x11-libs/cairo[opengl] ) spell? ( >=app-text/enchant-0.22:= ) wayland? ( >=x11-libs/gtk+-3.14:3[wayland] ) webgl? ( diff --git a/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild index e0d4164..e76fd72 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild @@ -64,7 +64,8 @@ RDEPEND=" >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0 ) libsecret? ( app-crypt/libsecret ) - opengl? ( virtual/opengl ) + opengl? ( virtual/opengl + x11-libs/cairo[opengl] ) spell? ( >=app-text/enchant-0.22:= ) wayland? ( >=x11-libs/gtk+-3.14:3[wayland] ) webgl? (