From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3F5B1381F3 for ; Fri, 27 Sep 2013 04:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FFE1E0E36; Fri, 27 Sep 2013 04:39:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23682E0E36 for ; Fri, 27 Sep 2013 04:39:17 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0095C33ED1A for ; Fri, 27 Sep 2013 04:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A77E8E5309 for ; Fri, 27 Sep 2013 04:39:14 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1380256883.2db97af289351decdbaf07fe4d2a63a8302764cd.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/mono/mono-3.2.3.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 2db97af289351decdbaf07fe4d2a63a8302764cd X-VCS-Branch: master Date: Fri, 27 Sep 2013 04:39:14 +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-Archives-Salt: 1eac8033-c9b5-4be7-82b0-4301f97c26e1 X-Archives-Hash: 6f3de80b963adfca6f7bedcc1d2fc44e commit: 2db97af289351decdbaf07fe4d2a63a8302764cd Author: Heather cynede net> AuthorDate: Fri Sep 27 04:41:23 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Fri Sep 27 04:41:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=2db97af2 bug 485900 solved by TomWij --- dev-lang/mono/mono-3.2.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/mono/mono-3.2.3.ebuild b/dev-lang/mono/mono-3.2.3.ebuild index 7f8b8ca..94abcd2 100644 --- a/dev-lang/mono/mono-3.2.3.ebuild +++ b/dev-lang/mono/mono-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild,v 1.2 2013/09/26 14:02:55 tomwij Exp $ EAPI="5" AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" @@ -104,6 +104,7 @@ src_compile() { } src_test() { + cd mcs/tests || die emake check }