Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/
Date: Thu, 17 Jan 2019 19:36:14
Message-Id: 1547753742.423de9362ed2b23efd5129e22b5bf0e13b2648b8.leio@gentoo
1 commit: 423de9362ed2b23efd5129e22b5bf0e13b2648b8
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 19:33:50 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 19:35:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423de936
7
8 net-libs/webkit-gtk: require GL
9
10 non-GL builds are only meant for some rare use case needs in the
11 embedded world. But they are still broken a bit, so just disallow
12 them for now again. Saves time for those that are for some reason
13 still trying to disable GL fully.
14
15 Bug: https://bugs.gentoo.org/666806
16 Package-Manager: Portage-2.3.52, Repoman-2.3.12
17 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
18
19 net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild | 2 ++
20 1 file changed, 2 insertions(+)
21
22 diff --git a/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild
23 index 09e09a0fa79..24f6c402a5b 100644
24 --- a/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild
25 +++ b/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild
26 @@ -21,7 +21,9 @@ IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +intros
27
28 # webgl needs gstreamer, bug #560612
29 # gstreamer with opengl/gles2 needs egl
30 +# non-GL builds are (temporarily?) broken - https://bugs.webkit.org/show_bug.cgi?id=193380
31 REQUIRED_USE="
32 + ^^ ( opengl gles2 )
33 geolocation? ( introspection )
34 gles2? ( egl !opengl )
35 gstreamer? ( opengl? ( egl ) )