vala itself doesn't ship vapi files for librsvg since 0.40,
so we need to depend on librsvg[vala] for them to be provided.
We do this unconditionally even if older vala is used for build,
as they are more up to date and matching librsvg C library than
what vala itself shipped.
Closes: https://bugs.gentoo.org/678210
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
RDEPEND="
>=dev-libs/glib-2.44:2
>=x11-libs/gtk+-3.19:3
- >=gnome-base/librsvg-2.32.0:2
+ >=gnome-base/librsvg-2.32.0:2[vala]
"
DEPEND="${RDEPEND}
$(vala_depend)