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 1C496138359 for ; Fri, 8 May 2020 07:22:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A1BCE086E; Fri, 8 May 2020 07:22:18 +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 6D22DE084E for ; Fri, 8 May 2020 07:22:18 +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 9B0E134F331 for ; Fri, 8 May 2020 07:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EE40231 for ; Fri, 8 May 2020 07:22:14 +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: <1588922520.4b0fa14cb79306be79573d7e7ba0610403d4e20b.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.36.2.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4b0fa14cb79306be79573d7e7ba0610403d4e20b X-VCS-Branch: master Date: Fri, 8 May 2020 07:22:14 +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: d8b33572-a1c6-45c8-abad-0fc8b56c0c23 X-Archives-Hash: f16c7b5ade1c91dd5ccd1c8da3bbe5d4 commit: 4b0fa14cb79306be79573d7e7ba0610403d4e20b Author: Mart Raudsepp gentoo org> AuthorDate: Fri May 8 06:46:15 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri May 8 07:22:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0fa14c gnome-extra/evolution-data-server-3.36: fix libical dep libical dep was raised to 3.0.7 upstream, but raise to 3.0.8 for us, so we can reliably use its new glib IUSE instead of going via introspection for that. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> .../evolution-data-server/evolution-data-server-3.36.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild index 0a7a2955df7..5089f36061e 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild @@ -20,14 +20,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to handle more than 100 google tasks # berkdb needed only for migrating old addressbook data from <3.13 versions, bug #519512 -# libical-glib currently (2020-02-29) oddly behind USE=introspection; but introspection also needed if USE=introspection for eds gdata_depend=">=dev-libs/libgdata-0.17.7:=" RDEPEND=" >=app-crypt/gcr-3.4 >=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.8:=[glib,introspection?] >=dev-libs/libxml2-2 >=dev-libs/nspr-4.4:= >=dev-libs/nss-3.9:= @@ -67,7 +66,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig vala? ( $(vala_depend) net-libs/libsoup:2.4[vala] - dev-libs/libical[vala(-)] + dev-libs/libical[vala] ) "