diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-17 13:09:59 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-17 13:21:15 +0200 |
commit | d7c3818f059cc56a86cf4c21d801b4e9245deda8 (patch) | |
tree | e016b8f26414814e50b828758d4486f5edbcad8f /games-board | |
parent | games-board/gnome-chess: remove wrong yelp-tools build depend (diff) | |
download | gentoo-d7c3818f059cc56a86cf4c21d801b4e9245deda8.tar.gz gentoo-d7c3818f059cc56a86cf4c21d801b4e9245deda8.tar.bz2 gentoo-d7c3818f059cc56a86cf4c21d801b4e9245deda8.zip |
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@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnome-chess/gnome-chess-3.28.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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) |