commit: 4b0fa14cb79306be79573d7e7ba0610403d4e20b
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 06:46:15 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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]
)
"