commit:     68dee15f5b524eac964f8cc50029047a1a5db059
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 11:16:20 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 11:21:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dee15f

games-board/gnome-mines: 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/678212
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-mines/gnome-mines-3.30.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/gnome-mines/gnome-mines-3.30.1.1.ebuild 
b/games-board/gnome-mines/gnome-mines-3.30.1.1.ebuild
index e4fc312c7be..0f5315699af 100644
--- a/games-board/gnome-mines/gnome-mines-3.30.1.1.ebuild
+++ b/games-board/gnome-mines/gnome-mines-3.30.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ RDEPEND="
        dev-libs/libgee:0.8
        >=x11-libs/gtk+-3.12:3
        dev-libs/libgnome-games-support:1=
-       >=gnome-base/librsvg-2.32.0:2
+       >=gnome-base/librsvg-2.32.0:2[vala]
 "
 DEPEND="${RDEPEND}
        $(vala_depend)

Reply via email to