Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/
Date: Fri, 08 May 2020 07:22:20
Message-Id: 1588922520.4b0fa14cb79306be79573d7e7ba0610403d4e20b.leio@gentoo
1 commit: 4b0fa14cb79306be79573d7e7ba0610403d4e20b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 8 06:46:15 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 07:22:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0fa14c
7
8 gnome-extra/evolution-data-server-3.36: fix libical dep
9
10 libical dep was raised to 3.0.7 upstream, but raise to 3.0.8 for us,
11 so we can reliably use its new glib IUSE instead of going via
12 introspection for that.
13
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 .../evolution-data-server/evolution-data-server-3.36.2.ebuild | 5 ++---
18 1 file changed, 2 insertions(+), 3 deletions(-)
19
20 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
21 index 0a7a2955df7..5089f36061e 100644
22 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild
23 +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild
24 @@ -20,14 +20,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~
25
26 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to handle more than 100 google tasks
27 # berkdb needed only for migrating old addressbook data from <3.13 versions, bug #519512
28 -# libical-glib currently (2020-02-29) oddly behind USE=introspection; but introspection also needed if USE=introspection for eds
29 gdata_depend=">=dev-libs/libgdata-0.17.7:="
30 RDEPEND="
31 >=app-crypt/gcr-3.4
32 >=app-crypt/libsecret-0.5[crypt]
33 >=dev-db/sqlite-3.7.17:=
34 >=dev-libs/glib-2.46:2
35 - >=dev-libs/libical-3.0.5:=[introspection(-)]
36 + >=dev-libs/libical-3.0.8:=[glib,introspection?]
37 >=dev-libs/libxml2-2
38 >=dev-libs/nspr-4.4:=
39 >=dev-libs/nss-3.9:=
40 @@ -67,7 +66,7 @@ DEPEND="${RDEPEND}
41 virtual/pkgconfig
42 vala? ( $(vala_depend)
43 net-libs/libsoup:2.4[vala]
44 - dev-libs/libical[vala(-)]
45 + dev-libs/libical[vala]
46 )
47 "