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 941FE138350 for ; Sat, 29 Feb 2020 21:23:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CE7CE09DF; Sat, 29 Feb 2020 21:22:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E7579E09DF for ; Sat, 29 Feb 2020 21:22:58 +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 609D334F0A4 for ; Sat, 29 Feb 2020 21:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0F7715D for ; Sat, 29 Feb 2020 21:22:54 +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: <1583011308.31f2cfe7a7137a9f2b3cd40b3c43fe9950d37397.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-calendar/gnome-calendar-3.32.2.ebuild X-VCS-Directories: gnome-extra/gnome-calendar/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 31f2cfe7a7137a9f2b3cd40b3c43fe9950d37397 X-VCS-Branch: master Date: Sat, 29 Feb 2020 21:22:54 +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: 53c6c825-650c-47a1-8f02-0c0022a40c78 X-Archives-Hash: a0f5691064e8ccf42d7ed0f03f82d1de commit: 31f2cfe7a7137a9f2b3cd40b3c43fe9950d37397 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 29 21:01:53 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 29 21:21:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f2cfe7 gnome-extra/gnome-calendar-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/gnome-calendar/gnome-calendar-3.32.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.32.2.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-3.32.2.ebuild index 609ef28cfc8..f080c9354f4 100644 --- a/gnome-extra/gnome-calendar/gnome-calendar-3.32.2.ebuild +++ b/gnome-extra/gnome-calendar/gnome-calendar-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=7 @@ -17,6 +17,7 @@ DEPEND=" >=dev-libs/libical-1.0.1:0= >=gnome-base/gsettings-desktop-schemas-3.21.2 >=gnome-extra/evolution-data-server-3.17.1:=[gtk] + =dev-libs/libdazzle-3.26.1 >=dev-libs/glib-2.58.0:2