Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
Date: Sun, 17 Feb 2019 11:35:01
Message-Id: 1550402475.d7c3818f059cc56a86cf4c21d801b4e9245deda8.leio@gentoo
1 commit: d7c3818f059cc56a86cf4c21d801b4e9245deda8
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 11:09:59 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 11:21:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c3818f
7
8 games-board/gnome-chess: depend on librsvg[vala]
9
10 vala itself doesn't ship vapi files for librsvg since 0.40,
11 so we need to depend on librsvg[vala] for them to be provided.
12 We do this unconditionally even if older vala is used for build,
13 as they are more up to date and matching librsvg C library than
14 what vala itself shipped.
15
16 Closes: https://bugs.gentoo.org/678210
17 Package-Manager: Portage-2.3.52, Repoman-2.3.12
18 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
19
20 games-board/gnome-chess/gnome-chess-3.28.1.ebuild | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23 diff --git a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
24 index 6004ca185c8..b5d0819f053 100644
25 --- a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
26 +++ b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
27 @@ -17,7 +17,7 @@ IUSE=""
28 RDEPEND="
29 >=dev-libs/glib-2.44:2
30 >=x11-libs/gtk+-3.19:3
31 - >=gnome-base/librsvg-2.32.0:2
32 + >=gnome-base/librsvg-2.32.0:2[vala]
33 "
34 DEPEND="${RDEPEND}
35 $(vala_depend)