commit:     e52da169a69d949a73579d60b6e2c54b9f273720
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 12:21:00 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 14:01:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52da169

mail-client/evolution-3.32.5: Don't allow webkitgtk-2.26

It doesn't work with webkit-gtk-2.26 multi-process model and would
have to be launched with WEBKIT_USE_SINGLE_WEB_PROCESS=1 to not
have issues when multiple webkit views are used (e.g. two replies
at the same time).
A 3.32.5-r1 will be added that forces that env var via code, so
that it would work with all webkit-gtk versions. 3.34 upstream has
full fixes, at which point the workaround env var hack can be
dropped again.

https://gitlab.gnome.org/GNOME/evolution/issues/587

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 mail-client/evolution/evolution-3.32.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mail-client/evolution/evolution-3.32.5.ebuild 
b/mail-client/evolution/evolution-3.32.5.ebuild
index f320eaad3ff..cdf8f9c96ea 100644
--- a/mail-client/evolution/evolution-3.32.5.ebuild
+++ b/mail-client/evolution/evolution-3.32.5.ebuild
@@ -32,6 +32,7 @@ COMMON_DEPEND="
        >=media-libs/libcanberra-0.25[gtk3]
        >=net-libs/libsoup-2.42:2.4
        >=net-libs/webkit-gtk-2.16.0:4
+       <net-libs/webkit-gtk-2.25:4
        >=x11-libs/cairo-1.9.15:=[glib]
        >=x11-libs/gdk-pixbuf-2.24:2
        >=x11-libs/gtk+-3.22:3

Reply via email to