summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-09-16 10:51:33 +0000
committerPacho Ramos <pacho@gentoo.org>2010-09-16 10:51:33 +0000
commitfd7b301a4c1eef02ce7837d69afb27ca149a9d9e (patch)
tree3fce55b84a1a9ea007ad8e481f4b47ca2e8a1ff1 /www-plugins
parentRespect LDFLAGS. Bug #337460 (diff)
downloadgentoo-2-fd7b301a4c1eef02ce7837d69afb27ca149a9d9e.tar.gz
gentoo-2-fd7b301a4c1eef02ce7837d69afb27ca149a9d9e.tar.bz2
gentoo-2-fd7b301a4c1eef02ce7837d69afb27ca149a9d9e.zip
mono does not like parallel build, bug #249985; thanks to Oisin O Malley for reminding it in bug #337052
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/moonlight/ChangeLog6
-rw-r--r--www-plugins/moonlight/moonlight-2.3.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/www-plugins/moonlight/ChangeLog b/www-plugins/moonlight/ChangeLog
index cdd15e368de2..3ad4600f408d 100644
--- a/www-plugins/moonlight/ChangeLog
+++ b/www-plugins/moonlight/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-plugins/moonlight
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/moonlight/ChangeLog,v 1.6 2010/09/12 13:10:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/moonlight/ChangeLog,v 1.7 2010/09/16 10:51:33 pacho Exp $
+
+ 16 Sep 2010; Pacho Ramos <pacho@gentoo.org> moonlight-2.3.ebuild:
+ mono does not like parallel build, bug #249985; thanks to Oisin O Malley
+ for reminding it in bug #337052
*moonlight-2.3 (12 Sep 2010)
diff --git a/www-plugins/moonlight/moonlight-2.3.ebuild b/www-plugins/moonlight/moonlight-2.3.ebuild
index 66c30f166a0a..87956afb4170 100644
--- a/www-plugins/moonlight/moonlight-2.3.ebuild
+++ b/www-plugins/moonlight/moonlight-2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/moonlight/moonlight-2.3.ebuild,v 1.1 2010/09/12 13:10:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/moonlight/moonlight-2.3.ebuild,v 1.2 2010/09/16 10:51:33 pacho Exp $
EAPI=2
@@ -104,7 +104,8 @@ src_configure() {
src_compile() {
einfo "Running make in "${WORKDIR}/${MONO}""
cd "${WORKDIR}/${MONO}"
- emake || die "emake mono failed"
+ # mono does not like parallel build, bug #249985
+ emake -j1 || die "emake mono failed"
einfo "Running make in "${S}""
cd "${S}"