Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/cecil/
Date: Wed, 02 Mar 2016 08:27:42
Message-Id: 1456592417.53611c7075824efa7f2d1b5c4b903edab2c00c41.cynede@gentoo
1 commit: 53611c7075824efa7f2d1b5c4b903edab2c00c41
2 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 27 17:00:17 2016 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 17:00:17 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=53611c70
7
8 repoman fixes
9
10 dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13 diff --git a/dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild b/dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild
14 index 5ef6253..802a115 100644
15 --- a/dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild
16 +++ b/dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild
17 @@ -74,7 +74,6 @@ src_compile() {
18 PARAMETERS+=" /p:AssemblyOriginatorKeyFile=${WORKDIR}/mono.snk"
19 PARAMETERS+=" /v:detailed"
20
21 -
22 for x in ${USE_DOTNET} ; do
23 FW_UPPER=${x:3:1}
24 FW_LOWER=${x:4:1}
25 @@ -94,7 +93,7 @@ src_compile() {
26
27 src_install() {
28 enupkg "${WORKDIR}/${NUSPEC_ID}.${NUSPEC_VERSION}.nupkg"
29 -
30 +
31 if use debug; then
32 DIR=Debug
33 else