From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-972239-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 B82E01396D0
	for <garchives@archives.gentoo.org>; Mon, 11 Sep 2017 21:55:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BD8CF1FC03B;
	Mon, 11 Sep 2017 21:55:53 +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 A14F11FC03B
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Sep 2017 21:55:53 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 9C6F134173D
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Sep 2017 21:55:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 63334907B
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Sep 2017 21:55:51 +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: <1505166903.82b947f403c93c99aa5931bae5ffdcf6e9535ace.eva@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/vala/vala-0.32.1.ebuild dev-lang/vala/vala-0.34.8.ebuild dev-lang/vala/vala-0.34.9.ebuild dev-lang/vala/vala-0.36.4.ebuild
X-VCS-Directories: dev-lang/vala/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: 82b947f403c93c99aa5931bae5ffdcf6e9535ace
X-VCS-Branch: master
Date: Mon, 11 Sep 2017 21:55:51 +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: 978295ce-7b9d-4c83-8fa3-e3ffcda293d4
X-Archives-Hash: ea310794343c1e1be17f3ec87ea7fa70

commit:     82b947f403c93c99aa5931bae5ffdcf6e9535ace
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 20:47:28 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 21:55:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b947f4

dev-lang/vala: fix missing g-i test dependency, bug #630648

testrunner.sh generates files that require GLib-2.0 and GObject-2.0
gobject-introspection files to be installed.

Closes: https://bugs.gentoo.org/show_bug.cgi?id=630648
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/vala/vala-0.32.1.ebuild | 3 ++-
 dev-lang/vala/vala-0.34.8.ebuild | 3 ++-
 dev-lang/vala/vala-0.34.9.ebuild | 3 ++-
 dev-lang/vala/vala-0.36.4.ebuild | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-lang/vala/vala-0.32.1.ebuild b/dev-lang/vala/vala-0.32.1.ebuild
index ee41880bd50..fdcc64bbe9c 100644
--- a/dev-lang/vala/vala-0.32.1.ebuild
+++ b/dev-lang/vala/vala-0.32.1.ebuild
@@ -24,7 +24,8 @@ DEPEND="${RDEPEND}
 	virtual/yacc
 	test? (
 		dev-libs/dbus-glib
-		>=dev-libs/glib-2.26:2 )
+		>=dev-libs/glib-2.26:2
+		dev-libs/gobject-introspection )
 "
 
 src_configure() {

diff --git a/dev-lang/vala/vala-0.34.8.ebuild b/dev-lang/vala/vala-0.34.8.ebuild
index c1d2fb5d290..e5d2bad715f 100644
--- a/dev-lang/vala/vala-0.34.8.ebuild
+++ b/dev-lang/vala/vala-0.34.8.ebuild
@@ -24,7 +24,8 @@ DEPEND="${RDEPEND}
 	virtual/yacc
 	test? (
 		dev-libs/dbus-glib
-		>=dev-libs/glib-2.26:2 )
+		>=dev-libs/glib-2.26:2
+		dev-libs/gobject-introspection )
 "
 
 src_configure() {

diff --git a/dev-lang/vala/vala-0.34.9.ebuild b/dev-lang/vala/vala-0.34.9.ebuild
index 80d4d54e8e5..0a3f3d4a293 100644
--- a/dev-lang/vala/vala-0.34.9.ebuild
+++ b/dev-lang/vala/vala-0.34.9.ebuild
@@ -24,7 +24,8 @@ DEPEND="${RDEPEND}
 	virtual/yacc
 	test? (
 		dev-libs/dbus-glib
-		>=dev-libs/glib-2.26:2 )
+		>=dev-libs/glib-2.26:2
+		dev-libs/gobject-introspection )
 "
 
 src_configure() {

diff --git a/dev-lang/vala/vala-0.36.4.ebuild b/dev-lang/vala/vala-0.36.4.ebuild
index 919b19f4a46..6b41e12db52 100644
--- a/dev-lang/vala/vala-0.36.4.ebuild
+++ b/dev-lang/vala/vala-0.36.4.ebuild
@@ -24,7 +24,8 @@ DEPEND="${RDEPEND}
 	virtual/yacc
 	test? (
 		dev-libs/dbus-glib
-		>=dev-libs/glib-2.26:2 )
+		>=dev-libs/glib-2.26:2
+		dev-libs/gobject-introspection )
 "
 
 src_configure() {