commit: 53611c7075824efa7f2d1b5c4b903edab2c00c41
Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 27 17:00:17 2016 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 17:00:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=53611c70
repoman fixes
dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild
b/dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild
index 5ef6253..802a115 100644
--- a/dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild
+++ b/dev-dotnet/cecil/cecil-0.9.6_p20160209.ebuild
@@ -74,7 +74,6 @@ src_compile() {
PARAMETERS+=" /p:AssemblyOriginatorKeyFile=${WORKDIR}/mono.snk"
PARAMETERS+=" /v:detailed"
-
for x in ${USE_DOTNET} ; do
FW_UPPER=${x:3:1}
FW_LOWER=${x:4:1}
@@ -94,7 +93,7 @@ src_compile() {
src_install() {
enupkg "${WORKDIR}/${NUSPEC_ID}.${NUSPEC_VERSION}.nupkg"
-
+
if use debug; then
DIR=Debug
else