From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 209F4138334 for ; Sun, 17 Feb 2019 11:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D9D9E0955; Sun, 17 Feb 2019 11:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34BF2E0955 for ; Sun, 17 Feb 2019 11:35:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4ED03335D1F for ; Sun, 17 Feb 2019 11:34:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9880D546 for ; Sun, 17 Feb 2019 11:34:55 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550402483.68dee15f5b524eac964f8cc50029047a1a5db059.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mines/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnome-mines/gnome-mines-3.30.1.1.ebuild X-VCS-Directories: games-board/gnome-mines/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 68dee15f5b524eac964f8cc50029047a1a5db059 X-VCS-Branch: master Date: Sun, 17 Feb 2019 11:34:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebed08c6-4c07-4f4c-84f5-a21ab437ee4f X-Archives-Hash: decec6a0d12e7ea74a55966bd711eb73 commit: 68dee15f5b524eac964f8cc50029047a1a5db059 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 17 11:16:20 2019 +0000 Commit: Mart Raudsepp gentoo 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 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)