Created attachment 700287 [details] emerge --info evolution-data-server fails to compile. Probably the culprit is "error: Package `libgdata' not found in specified Vala API directories or GObject-Introspection GIR directories"
Created attachment 700290 [details] build.log
Created attachment 700299 [details] build.log
Same here. Solution is to require dev-libs/libgdata +vala
Please attach a build log for evolution-data-server. I can't reproduce the problem here.
Comment on attachment 700299 [details] build.log Oops, sorry. Looked at the wrong file.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03040bf13c5ede7006179156dba92d0c2607455d commit 03040bf13c5ede7006179156dba92d0c2607455d Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2021-04-17 21:59:04 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-04-17 22:18:23 +0000 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@gentoo.org> gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
I can confirm it works:D Thanks!