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 0311F138351 for ; Mon, 2 Mar 2020 19:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F070E08B0; Mon, 2 Mar 2020 19:53:40 +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 78E6AE08B0 for ; Mon, 2 Mar 2020 19:53:40 +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 8688034F4AD for ; Mon, 2 Mar 2020 19:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 483F315B for ; Mon, 2 Mar 2020 19:53:37 +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: <1583178488.7f75c5accd802b6591b29b6f16a30182383544bd.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7f75c5accd802b6591b29b6f16a30182383544bd X-VCS-Branch: master Date: Mon, 2 Mar 2020 19:53:37 +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: 84ee8a8a-d046-4a50-84a1-7384b5677233 X-Archives-Hash: 70a733726a88f7b506a1364cb0aec60f commit: 7f75c5accd802b6591b29b6f16a30182383544bd Author: Mart Raudsepp gentoo org> AuthorDate: Mon Mar 2 19:48:08 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Mar 2 19:48:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f75c5ac gnome-extra/evolution-data-server: add use dep defaults for libical Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild index 01ffd253f25..d8d6502f2ae 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild @@ -28,7 +28,7 @@ RDEPEND=" >=app-crypt/libsecret-0.5[crypt] >=dev-db/sqlite-3.7.17:= >=dev-libs/glib-2.46:2 - >=dev-libs/libical-3.0.5:=[introspection] + >=dev-libs/libical-3.0.5:=[introspection(-)] >=dev-libs/libxml2-2 >=dev-libs/nspr-4.4:= >=dev-libs/nss-3.9:= @@ -69,7 +69,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig vala? ( $(vala_depend) net-libs/libsoup:2.4[vala] - dev-libs/libical[vala] + dev-libs/libical[vala(-)] ) "