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 A29D3138334 for ; Mon, 23 Dec 2019 22:02:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5B54E09ED; Mon, 23 Dec 2019 22:02:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B0521E09F0 for ; Mon, 23 Dec 2019 22:02:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8F08834DB05 for ; Mon, 23 Dec 2019 22:02:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FFF37BA80 for ; Mon, 23 Dec 2019 22:02:51 +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: <1577138543.f76c07a3fcc924ce37781beffdc04faaa0a2937b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/evolution/evolution-3.32.4.ebuild X-VCS-Directories: mail-client/evolution/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f76c07a3fcc924ce37781beffdc04faaa0a2937b X-VCS-Branch: master Date: Mon, 23 Dec 2019 22:02:51 +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: ca9e5c42-4863-424f-9afb-f1219cdd108b X-Archives-Hash: 10a134b4ee858508f1917e6c4b2d1e7c commit: f76c07a3fcc924ce37781beffdc04faaa0a2937b Author: Mart Raudsepp gentoo org> AuthorDate: Mon Dec 23 21:46:20 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Dec 23 22:02:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76c07a3 mail-client/evolution-3.32.4: Don't allow webkitgtk-2.26 This version would be broken (nearly invisible text in messages) with webkit-gtk-2.26, so don't allow it. The evolution-3.32.5 bump should work better with webkit-gtk-2.26. https://gitlab.gnome.org/GNOME/evolution/issues/617 However webkit-gtk-2.26 still would be breaking evolution-3.32.5 too, but that's a separate battle - one which might end up as a workaround in the webkit-gtk-2.26 bump instead. Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> mail-client/evolution/evolution-3.32.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-client/evolution/evolution-3.32.4.ebuild b/mail-client/evolution/evolution-3.32.4.ebuild index f122a35d124..e7a76777d84 100644 --- a/mail-client/evolution/evolution-3.32.4.ebuild +++ b/mail-client/evolution/evolution-3.32.4.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 + =x11-libs/cairo-1.9.15:=[glib] >=x11-libs/gdk-pixbuf-2.24:2 >=x11-libs/gtk+-3.22:3