From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-968863-garchives=archives.gentoo.org@lists.gentoo.org>
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 55D981396D0
	for <garchives@archives.gentoo.org>; Thu, 24 Aug 2017 22:47:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 100E81FC063;
	Thu, 24 Aug 2017 22:47:52 +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 E51021FC003
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Aug 2017 22:47:51 +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 DA9E5341673
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Aug 2017 22:47:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 52FDB8176
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Aug 2017 22:47:49 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <1503614859.f9a7c1cb97bbccaf0a15e2d53ae88c8112595642.eva@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2-glib/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
X-VCS-Directories: dev-libs/libgit2-glib/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: f9a7c1cb97bbccaf0a15e2d53ae88c8112595642
X-VCS-Branch: master
Date: Thu, 24 Aug 2017 22:47:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 4d31783c-1453-4ff9-a443-4c01d540909c
X-Archives-Hash: 3da6073cb9efaaa64701e6a220e6d7e5

commit:     f9a7c1cb97bbccaf0a15e2d53ae88c8112595642
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 21:44:47 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 22:47:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a7c1cb

dev-libs/libgit2-glib: add missing dependency on gobject-introspection, bug #628630

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
index 0697ebddf9a..2a3ed8af6ae 100644
--- a/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
+++ b/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
@@ -20,8 +20,9 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # Specify libgit2 dependency with subslot because libgit2 upstream has a habit
 # of changing their API in each release in ways that break libgit2-glib
 RDEPEND="
-	>=dev-libs/libgit2-0.26.0:0/26[ssh?]
+	>=dev-libs/gobject-introspection-0.10.1:=
 	>=dev-libs/glib-2.44.0:2
+	>=dev-libs/libgit2-0.26.0:0/26[ssh?]
 	python? (
 		${PYTHON_DEPS}
 		dev-python/pygobject:3[${PYTHON_USEDEP}] )