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 EC051138334 for ; Thu, 17 Jan 2019 19:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21884E0A59; Thu, 17 Jan 2019 19:36:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EBCDFE0A59 for ; Thu, 17 Jan 2019 19:36:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3B979335D42 for ; Thu, 17 Jan 2019 19:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AC07516 for ; Thu, 17 Jan 2019 19:36:10 +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: <1547753742.423de9362ed2b23efd5129e22b5bf0e13b2648b8.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.22.5.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 423de9362ed2b23efd5129e22b5bf0e13b2648b8 X-VCS-Branch: master Date: Thu, 17 Jan 2019 19:36:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b00d956-00c5-46a0-b27d-4ee4264a9fe0 X-Archives-Hash: 3ede921f9827fac6aa6da4eca17206f4 commit: 423de9362ed2b23efd5129e22b5bf0e13b2648b8 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Jan 17 19:33:50 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Jan 17 19:35:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423de936 net-libs/webkit-gtk: require GL non-GL builds are only meant for some rare use case needs in the embedded world. But they are still broken a bit, so just disallow them for now again. Saves time for those that are for some reason still trying to disable GL fully. Bug: https://bugs.gentoo.org/666806 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild index 09e09a0fa79..24f6c402a5b 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild @@ -21,7 +21,9 @@ IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +intros # webgl needs gstreamer, bug #560612 # gstreamer with opengl/gles2 needs egl +# non-GL builds are (temporarily?) broken - https://bugs.webkit.org/show_bug.cgi?id=193380 REQUIRED_USE=" + ^^ ( opengl gles2 ) geolocation? ( introspection ) gles2? ( egl !opengl ) gstreamer? ( opengl? ( egl ) )