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 96998138334 for ; Sat, 7 Sep 2019 22:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCC8BE08F3; Sat, 7 Sep 2019 22:09:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A6F9FE08F3 for ; Sat, 7 Sep 2019 22:09:24 +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 8EFE934AE6D for ; Sat, 7 Sep 2019 22:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13A787CD for ; Sat, 7 Sep 2019 22:09:22 +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: <1567894132.d78e56bb9dd5a779675c7a60568b33487c748f5b.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.30.1.ebuild X-VCS-Directories: gnome-extra/gnome-calendar/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d78e56bb9dd5a779675c7a60568b33487c748f5b X-VCS-Branch: master Date: Sat, 7 Sep 2019 22:09:22 +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: e72a2a94-69db-431b-b7de-c199960ff5b6 X-Archives-Hash: 1763a36c6b270061191b5c7a363f69a9 commit: d78e56bb9dd5a779675c7a60568b33487c748f5b Author: Mart Raudsepp gentoo org> AuthorDate: Sat Sep 7 15:09:35 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Sep 7 22:08:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78e56bb gnome-extra/gnome-calendar-3.30.1: block evolution-data-server-3.32 It tries to define its own (g_autoptr) autocleanup stuff for eds structures, which now conflict with the eds upstream provided ones in 3.32. As there will be a 3.32 bump for gnome-calendar, which solves it, just block the newer e-d-s there to enforce in-sync updates and avoid build failures for those that try to mix keywords (and suggest what more to put into the mix). Closes: https://bugs.gentoo.org/688422 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-calendar/gnome-calendar-3.30.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.30.1.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-3.30.1.ebuild index e2e4c225a98..b9984a75d07 100644 --- a/gnome-extra/gnome-calendar/gnome-calendar-3.30.1.ebuild +++ b/gnome-extra/gnome-calendar/gnome-calendar-3.30.1.ebuild @@ -17,6 +17,7 @@ RDEPEND=" >=dev-libs/libical-1.0.1:0= >=gnome-base/gsettings-desktop-schemas-3.21.2 >=gnome-extra/evolution-data-server-3.17.1:= + =dev-libs/libdazzle-3.26.1 >=dev-libs/glib-2.58.0:2