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 DAD7D138330 for ; Mon, 5 Sep 2016 22:38:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53972E08C7; Mon, 5 Sep 2016 22:37:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 865D2E08D2 for ; Mon, 5 Sep 2016 22:37:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 118AB340751 for ; Mon, 5 Sep 2016 22:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6BBF2452 for ; Mon, 5 Sep 2016 22:37:54 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1473114343.9d6d20c8ad544909ff8dc949caf26f0bde656f76.eva@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.12.3.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9d6d20c8ad544909ff8dc949caf26f0bde656f76 X-VCS-Branch: master Date: Mon, 5 Sep 2016 22:37:54 +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: 92f73d14-f3b5-4356-a787-4c9357a77580 X-Archives-Hash: 1a68d3e2bf4e735749d3dcf7a50957f3 commit: 9d6d20c8ad544909ff8dc949caf26f0bde656f76 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Sep 5 20:56:27 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Sep 5 22:25:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6d20c8 net-libs/webkit-gtk: raise gst-plugins-bad to 1.6 Per .cmake, needed for gst-plugins-gl. Package-Manager: portage-2.3.0 net-libs/webkit-gtk/webkit-gtk-2.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.12.3.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.12.3.ebuild index 5c8d595..b085a29 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.12.3.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.12.3.ebuild @@ -68,7 +68,7 @@ RDEPEND=" gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 - >=media-libs/gst-plugins-bad-1.5.0:1.0[opengl?] ) + >=media-libs/gst-plugins-bad-1.6.0:1.0[opengl?] ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) libnotify? ( x11-libs/libnotify ) nsplugin? ( >=x11-libs/gtk+-2.24.10:2 )