commit: a054bbc401f111c98d2c72ff81ec5c5943b80cb7
Author: Heather <heather <AT> live <DOT> ru>
AuthorDate: Sun May 3 17:15:17 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun May 3 17:15:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=a054bbc4
mono-4.0.1.ebuild MAKEOPTS="${MAKEOPTS} -j1" #nowarn
dev-lang/mono/mono-4.0.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-lang/mono/mono-4.0.1.ebuild b/dev-lang/mono/mono-4.0.1.ebuild
index f7cc961..8ba5999 100644
--- a/dev-lang/mono/mono-4.0.1.ebuild
+++ b/dev-lang/mono/mono-4.0.1.ebuild
@@ -32,6 +32,8 @@ DEPEND="${COMMONDEPEND}
pax_kernel? ( sys-apps/elfix )
"
+MAKEOPTS="${MAKEOPTS} -j1" #nowarn
+
pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang
while compiling.
# See http://bugs.gentoo.org/261869 for more info."