Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: eclass/
Date: Thu, 25 Jun 2015 07:04:39
Message-Id: 1434899023.db5e3e226a27168f8a294343afd8c5ed84dbfb51.cynede@gentoo
1 commit: db5e3e226a27168f8a294343afd8c5ed84dbfb51
2 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 21 15:03:43 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 21 15:03:43 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=db5e3e22
7
8 Update dotnet.eclass
9
10 eclass/dotnet.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass
14 index ea5bc3b..c5e091e 100644
15 --- a/eclass/dotnet.eclass
16 +++ b/eclass/dotnet.eclass
17 @@ -81,7 +81,7 @@ unset MONO_AOT_CACHE
18 # @FUNCTION: exbuild
19 # @DESCRIPTION: run xbuild with Release configuration and configurated FRAMEWORK
20 exbuild() {
21 - elog "xbuild ""$@"" /p:Configuration=Release /tv:4.0 /p:TargetFrameworkVersion=v""${FRAMEWORK}"" || die"
22 + elog "xbuild ""$@"" /p:Configuration=Release /tv:4.0 /p:TargetFrameworkVersion=v""${FRAMEWORK}"" || die"
23 xbuild "$@" /p:Configuration=Release /tv:4.0 /p:TargetFrameworkVersion=v"${FRAMEWORK}" || die
24 }