commit:     d7c3818f059cc56a86cf4c21d801b4e9245deda8
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 11:09:59 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 11:21:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c3818f

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 <leio <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-3.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 6004ca185c8..b5d0819f053 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)

Reply via email to