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 33551138CEE for ; Thu, 25 Jun 2015 07:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7AB7E08CD; Thu, 25 Jun 2015 07:04:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6930FE08CD for ; Thu, 25 Jun 2015 07:04:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFC4C340896 for ; Thu, 25 Jun 2015 07:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE3F6A57 for ; Thu, 25 Jun 2015 07:04:27 +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: <1434899023.db5e3e226a27168f8a294343afd8c5ed84dbfb51.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: eclass/ X-VCS-Repository: proj/dotnet X-VCS-Files: eclass/dotnet.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: db5e3e226a27168f8a294343afd8c5ed84dbfb51 X-VCS-Branch: master Date: Thu, 25 Jun 2015 07:04:27 +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: 27e8fabf-9995-493e-8019-c49d395e1b9a X-Archives-Hash: 9d593aa27e73695de9970272213a0753 commit: db5e3e226a27168f8a294343afd8c5ed84dbfb51 Author: ArsenShnurkov gmail com> AuthorDate: Sun Jun 21 15:03:43 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sun Jun 21 15:03:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=db5e3e22 Update dotnet.eclass eclass/dotnet.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass index ea5bc3b..c5e091e 100644 --- a/eclass/dotnet.eclass +++ b/eclass/dotnet.eclass @@ -81,7 +81,7 @@ unset MONO_AOT_CACHE # @FUNCTION: exbuild # @DESCRIPTION: run xbuild with Release configuration and configurated FRAMEWORK exbuild() { - elog "xbuild ""$@"" /p:Configuration=Release /tv:4.0 /p:TargetFrameworkVersion=v""${FRAMEWORK}"" || die" + elog "xbuild ""$@"" /p:Configuration=Release /tv:4.0 /p:TargetFrameworkVersion=v""${FRAMEWORK}"" || die" xbuild "$@" /p:Configuration=Release /tv:4.0 /p:TargetFrameworkVersion=v"${FRAMEWORK}" || die }