Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/
Date: Sat, 17 Apr 2021 22:23:13
Message-Id: 1618697903.03040bf13c5ede7006179156dba92d0c2607455d.mattst88@gentoo
1 commit: 03040bf13c5ede7006179156dba92d0c2607455d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 21:59:04 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 22:18:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03040bf1
7
8 gnome-extra/evolution-data-server: Depend on libgdata[vala?]
9
10 If vala bindings are enabled, then we need libgdata's vala bindings if
11 either oauth or gnome-online-accounts are enabled.
12
13 Closes: https://bugs.gentoo.org/783234
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild
20 index b3be8a8da1f..339c57dfea0 100644
21 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild
22 +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild
23 @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~
24
25 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to handle more than 100 google tasks
26 # berkdb needed only for migrating old addressbook data from <3.13 versions, bug #519512
27 -gdata_depend=">=dev-libs/libgdata-0.17.7:="
28 +gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]"
29 RDEPEND="
30 >=app-crypt/gcr-3.4
31 >=app-crypt/libsecret-0.5[crypt]