commit:     c8f6b8ed7550b28fe021a85dba6c45ab5276a75d
Author:     Heather <heather <AT> live <DOT> ru>
AuthorDate: Wed Apr 15 12:57:29 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 12:57:29 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c8f6b8ed

add `-j1` to MAKEOPTS, should be the reason of #53

 dev-lang/mono/mono-4.0.0_alpha1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/mono/mono-4.0.0_alpha1.ebuild 
b/dev-lang/mono/mono-4.0.0_alpha1.ebuild
index 8153af6..c1b0182 100644
--- a/dev-lang/mono/mono-4.0.0_alpha1.ebuild
+++ b/dev-lang/mono/mono-4.0.0_alpha1.ebuild
@@ -33,6 +33,7 @@ DEPEND="${COMMONDEPEND}
 "
 
 S="${WORKDIR}/${PN}-4.0.0"
+MAKEOPTS="${MAKEOPTS} -j1" #nowarn
 
 pkg_pretend() {
        # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang 
while compiling.

Reply via email to