From d7c3818f059cc56a86cf4c21d801b4e9245deda8 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 17 Feb 2019 13:09:59 +0200 Subject: games-board/gnome-chess: depend on librsvg[vala] 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 --- games-board/gnome-chess/gnome-chess-3.28.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games-board/gnome-chess') diff --git a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild index 6004ca185c86..b5d0819f0530 100644 --- a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild +++ b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild @@ -17,7 +17,7 @@ IUSE="" 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) -- cgit v1.2.3-65-gdbad