From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 029981396D9 for ; Tue, 24 Oct 2017 19:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A2B2E0BC7; Tue, 24 Oct 2017 19:45:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0242BE0BC7 for ; Tue, 24 Oct 2017 19:45:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4D0E33BEC7 for ; Tue, 24 Oct 2017 19:45:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DB21829 for ; Tue, 24 Oct 2017 19:45:32 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1508874311.16fca2dd392910b7a773caace8126b4293695ed0.leio@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.18.1.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 16fca2dd392910b7a773caace8126b4293695ed0 X-VCS-Branch: master Date: Tue, 24 Oct 2017 19:45:32 +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: eacee620-4280-4b58-9894-a8512a6e1eb6 X-Archives-Hash: 59a0d1dc6c35f6adaf4fe81a3e9df974 commit: 16fca2dd392910b7a773caace8126b4293695ed0 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Oct 24 19:45:11 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Oct 24 19:45:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fca2dd net-libs/webkit-gtk: USE=gstreamer,egl requires gst-plugins-bad[egl] now If EGL is enabled, then the gstreamer code (only compiled with USE=gstreamer) will want to include gstreamer egl headers, in addition to gst gl headers Bug: https://bugs.gentoo.org/635144 Package-Manager: Portage-2.3.8, Repoman-2.3.2 net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild index 678d8b2d051..2be3f452f74 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild @@ -69,7 +69,7 @@ RDEPEND=" gstreamer? ( >=media-libs/gstreamer-1.2.3:1.0 >=media-libs/gst-plugins-base-1.2.3:1.0 - >=media-libs/gst-plugins-bad-1.10:1.0[opengl?] ) + >=media-libs/gst-plugins-bad-1.10:1.0[opengl?,egl?] ) X? ( x11-libs/cairo[X]