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 4BA94138CA3 for ; Fri, 6 Mar 2015 08:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D67AE086C; Fri, 6 Mar 2015 08:49:38 +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 2F0C9E086C for ; Fri, 6 Mar 2015 08:49:38 +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 DB8D43408B2 for ; Fri, 6 Mar 2015 08:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C567413271 for ; Fri, 6 Mar 2015 08:49:32 +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: <1425631736.a172ceeaedf77cfede52f525aa24733dbd85d0ef.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-util/monodevelop/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-util/monodevelop/monodevelop-5.7.0-r1.ebuild X-VCS-Directories: dev-util/monodevelop/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: a172ceeaedf77cfede52f525aa24733dbd85d0ef X-VCS-Branch: master Date: Fri, 6 Mar 2015 08:49:32 +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: 9a9ebe32-c965-42e8-b383-11340bba2077 X-Archives-Hash: 74ff218082fd5a61602c8cef209f7b4f commit: a172ceeaedf77cfede52f525aa24733dbd85d0ef Author: Heather live ru> AuthorDate: Fri Mar 6 08:48:56 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Fri Mar 6 08:48:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=a172ceea Revert "use get_libdir to link actual nuget binary" This reverts commit c929cc4eae3c3fba2b16e5926d8323785c027293. dev-util/monodevelop/monodevelop-5.7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/monodevelop/monodevelop-5.7.0-r1.ebuild b/dev-util/monodevelop/monodevelop-5.7.0-r1.ebuild index cee1f8f..ea135f1 100644 --- a/dev-util/monodevelop/monodevelop-5.7.0-r1.ebuild +++ b/dev-util/monodevelop/monodevelop-5.7.0-r1.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI="5" -inherit fdo-mime gnome2-utils dotnet versionator eutils multilib +inherit fdo-mime gnome2-utils dotnet versionator eutils DESCRIPTION="Integrated Development Environment for .NET" HOMEPAGE="http://www.monodevelop.com/" @@ -60,7 +60,7 @@ src_prepare() { cp -fR "${WORKDIR}"/NUnit-2.6.3/bin/framework/* "${S}"/packages/NUnit.2.6.3/lib cp -fR "${WORKDIR}"/NUnit-2.6.3/bin/lib/* "${S}"/packages/NUnit.Runners.2.6.3/tools/lib/ || die cp -fR "${WORKDIR}"/NUnit-2.5.10.11092/bin/net-2.0/framework/* "${S}"/external/cecil/Test/libs/nunit-2.5.10/ || die - ln -s /usr/"${get_libdir}"/mono/NuGet/* "${S}"/external/nuget-binary/ || die + ln -s /usr/lib/mono/NuGet/* "${S}"/external/nuget-binary/ || die # https://github.com/gentoo/dotnet/issues/30 epatch "${FILESDIR}/gentoo-dotnet-issue-30.patch"