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 C5AB5138350 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 21E4AE09E4; Sat, 29 Feb 2020 21:23:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0802FE09E4 for ; Sat, 29 Feb 2020 21:23:00 +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 26B1034F0A0 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 22CA515F 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: <1583011309.34c1d339c323ad400426981a83461cb716a6e04d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-panel/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild X-VCS-Directories: gnome-base/gnome-panel/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 34c1d339c323ad400426981a83461cb716a6e04d 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: 85f5c89b-5118-4047-9909-6bd0a7577db7 X-Archives-Hash: d3fada7b3e535ff0b7a65288e219b77e commit: 34c1d339c323ad400426981a83461cb716a6e04d Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 29 21:15:32 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 29 21:21:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c1d339 gnome-base/gnome-panel-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-base/gnome-panel/gnome-panel-3.32.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild index 5f1bb00fd17..565591dd17d 100644 --- a/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-3.32.0.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 @@ -21,7 +21,9 @@ RDEPEND=" >=x11-libs/gtk+-3.22.0:3[X] >=x11-libs/libwnck-3.4.6:3 >=gnome-base/gnome-menus-3.7.90:3 - eds? ( >=gnome-extra/evolution-data-server-3.5.3:= ) + eds? ( >=gnome-extra/evolution-data-server-3.5.3:= + =sys-auth/elogind-230 ) systemd? ( >=sys-apps/systemd-230:= ) >=x11-libs/cairo-1.0.0[X,glib]