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 4658B138350 for ; Sat, 29 Feb 2020 21:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A25E09E1; Sat, 29 Feb 2020 21:23:00 +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 F17C2E09E1 for ; Sat, 29 Feb 2020 21:22:59 +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 3EEC434F0A1 for ; Sat, 29 Feb 2020 21:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AF1A162 for ; Sat, 29 Feb 2020 21:22:55 +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: <1583011310.5de83a602669c60b7142e22477835bd4293980bb.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-ews/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/evolution-ews/evolution-ews-3.32.2.ebuild X-VCS-Directories: gnome-extra/evolution-ews/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5de83a602669c60b7142e22477835bd4293980bb X-VCS-Branch: master Date: Sat, 29 Feb 2020 21:22:55 +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: 223c87ab-b2df-48d4-b463-bd00d65d827f X-Archives-Hash: c94d771099f49fdfa77da0c953f742aa commit: 5de83a602669c60b7142e22477835bd4293980bb Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 29 21:21:07 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 29 21:21:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de83a60 gnome-extra/evolution-ews-3.32: disallow eds-3.34 due to libecal API change Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/evolution-ews/evolution-ews-3.32.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-extra/evolution-ews/evolution-ews-3.32.2.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.32.2.ebuild index ca6e53c82a1..a8b4c908a34 100644 --- a/gnome-extra/evolution-ews/evolution-ews-3.32.2.ebuild +++ b/gnome-extra/evolution-ews/evolution-ews-3.32.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,6 +20,7 @@ RDEPEND=" >=dev-libs/libmspack-0.4 dev-libs/libxml2:2 >=gnome-extra/evolution-data-server-${PV}-r1:0= + =mail-client/evolution-${PV}:2.0 >=net-libs/libsoup-2.58:2.4 >=x11-libs/gtk+-3.10:3