commit: 03040bf13c5ede7006179156dba92d0c2607455d Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Apr 17 21:59:04 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Apr 17 22:18:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03040bf1
gnome-extra/evolution-data-server: Depend on libgdata[vala?] If vala bindings are enabled, then we need libgdata's vala bindings if either oauth or gnome-online-accounts are enabled. Closes: https://bugs.gentoo.org/783234 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index b3be8a8da1f..339c57dfea0 100644 --- 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,7 +20,7 @@ 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 -gdata_depend=">=dev-libs/libgdata-0.17.7:=" +gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]" RDEPEND=" >=app-crypt/gcr-3.4 >=app-crypt/libsecret-0.5[crypt]
