diff options
author | 2019-12-29 14:21:00 +0200 | |
---|---|---|
committer | 2019-12-29 16:01:14 +0200 | |
commit | e52da169a69d949a73579d60b6e2c54b9f273720 (patch) | |
tree | 4fe61c2a5567ff2fc9f2fb9b0528144e99a70519 /mail-client/evolution | |
parent | sys-apps/xdg-dbus-proxy: new package, needed by webkit-gtk-2.26 (diff) | |
download | gentoo-e52da169a69d949a73579d60b6e2c54b9f273720.tar.gz gentoo-e52da169a69d949a73579d60b6e2c54b9f273720.tar.bz2 gentoo-e52da169a69d949a73579d60b6e2c54b9f273720.zip |
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@gentoo.org>
Diffstat (limited to 'mail-client/evolution')
-rw-r--r-- | mail-client/evolution/evolution-3.32.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-client/evolution/evolution-3.32.5.ebuild b/mail-client/evolution/evolution-3.32.5.ebuild index f320eaad3ff2..cdf8f9c96ea0 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 |