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 BEF23138350 for ; Wed, 5 Feb 2020 13:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAC87E0B1A; Wed, 5 Feb 2020 13:57:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 70848E0B1A for ; Wed, 5 Feb 2020 13:57:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 69DA434E793 for ; Wed, 5 Feb 2020 13:57:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F400737 for ; Wed, 5 Feb 2020 13:57:42 +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: <1580911039.56069b8d1a0a100e9472998ac67a8dc659f0bb21.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.5-r1.ebuild X-VCS-Directories: mail-client/evolution/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 56069b8d1a0a100e9472998ac67a8dc659f0bb21 X-VCS-Branch: master Date: Wed, 5 Feb 2020 13:57:42 +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: 3b2f9f2c-3ee2-4b16-808e-f8da9e440ebc X-Archives-Hash: af168f95d5ea6cc63b97922fcf48fbed commit: 56069b8d1a0a100e9472998ac67a8dc659f0bb21 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Feb 5 13:42:41 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Feb 5 13:57:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56069b8d mail-client/evolution: ensure all components use same enchant ABI Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> mail-client/evolution/evolution-3.32.5-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-client/evolution/evolution-3.32.5-r1.ebuild b/mail-client/evolution/evolution-3.32.5-r1.ebuild index 6d1cc407d28..46d736119bf 100644 --- a/mail-client/evolution/evolution-3.32.5-r1.ebuild +++ b/mail-client/evolution/evolution-3.32.5-r1.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 @@ -53,7 +54,7 @@ COMMON_DEPEND=" >=sci-geosciences/geocode-glib-3.10.0 x11-libs/mx:1.0 ) ldap? ( >=net-nds/openldap-2:= ) - spell? ( app-text/gtkspell:3 ) + spell? ( =dev-libs/nspr-4.6.1:= >=dev-libs/nss-3.11:= )