Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/
Date: Sun, 29 Dec 2019 14:45:16
Message-Id: 1577628074.e52da169a69d949a73579d60b6e2c54b9f273720.leio@gentoo
1 commit: e52da169a69d949a73579d60b6e2c54b9f273720
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 12:21:00 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 14:01:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52da169
7
8 mail-client/evolution-3.32.5: Don't allow webkitgtk-2.26
9
10 It doesn't work with webkit-gtk-2.26 multi-process model and would
11 have to be launched with WEBKIT_USE_SINGLE_WEB_PROCESS=1 to not
12 have issues when multiple webkit views are used (e.g. two replies
13 at the same time).
14 A 3.32.5-r1 will be added that forces that env var via code, so
15 that it would work with all webkit-gtk versions. 3.34 upstream has
16 full fixes, at which point the workaround env var hack can be
17 dropped again.
18
19 https://gitlab.gnome.org/GNOME/evolution/issues/587
20
21 Package-Manager: Portage-2.3.79, Repoman-2.3.12
22 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
23
24 mail-client/evolution/evolution-3.32.5.ebuild | 1 +
25 1 file changed, 1 insertion(+)
26
27 diff --git a/mail-client/evolution/evolution-3.32.5.ebuild b/mail-client/evolution/evolution-3.32.5.ebuild
28 index f320eaad3ff..cdf8f9c96ea 100644
29 --- a/mail-client/evolution/evolution-3.32.5.ebuild
30 +++ b/mail-client/evolution/evolution-3.32.5.ebuild
31 @@ -32,6 +32,7 @@ COMMON_DEPEND="
32 >=media-libs/libcanberra-0.25[gtk3]
33 >=net-libs/libsoup-2.42:2.4
34 >=net-libs/webkit-gtk-2.16.0:4
35 + <net-libs/webkit-gtk-2.25:4
36 >=x11-libs/cairo-1.9.15:=[glib]
37 >=x11-libs/gdk-pixbuf-2.24:2
38 >=x11-libs/gtk+-3.22:3