commit: 05ba90137e091c0618953cc55ef481712b54a8e1 Author: Gustaw Smolarczyk <wielkiegie <AT> gmail <DOT> com> AuthorDate: Wed Jan 28 19:13:59 2015 +0000 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org> CommitDate: Wed Jan 28 19:13:59 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=05ba9013
Fix monodevelop-5.7.0 ebuild. There was a missing git-r3_fetch before git-r3_checkout. --- dev-util/monodevelop/monodevelop-5.7.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/monodevelop/monodevelop-5.7.0.ebuild b/dev-util/monodevelop/monodevelop-5.7.0.ebuild index 21426fa..5aa6ba5 100644 --- a/dev-util/monodevelop/monodevelop-5.7.0.ebuild +++ b/dev-util/monodevelop/monodevelop-5.7.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.660.tar.bz2 https://launchpadlibrarian.net/68057829/NUnit-2.5.10.11092.zip" EGIT_REPO_URI="https://github.com/mono/nuget-binary.git" -EGIT_CHECKOUT_DIR=${WORKDIR}/NuGet +EGIT_CHECKOUT_DIR=${WORKDIR}/NuGet LICENSE="GPL-2" SLOT="0" @@ -49,6 +49,7 @@ src_unpack() { unpack ${A} #clone NuGet binaries + git-r3_fetch git-r3_checkout }
