diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-16 07:28:21 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-16 07:28:21 +0000 |
commit | 3c91fe1e37bd8f42de550edf4e87f29cab0ecf4e (patch) | |
tree | d5f7790a71ac3a83c692a1d312b1108ed80a35b2 /x11-libs/openmotif | |
parent | Stable for HPPA (bug #251832). (diff) | |
download | gentoo-2-3c91fe1e37bd8f42de550edf4e87f29cab0ecf4e.tar.gz gentoo-2-3c91fe1e37bd8f42de550edf4e87f29cab0ecf4e.tar.bz2 gentoo-2-3c91fe1e37bd8f42de550edf4e87f29cab0ecf4e.zip |
Add back -j1 also in src_compile, bug 266202.
(Portage version: 2.2_rc30/cvs/Linux i686)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.2.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 351c9f5f9dce..f5720cc58814 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.214 2009/04/15 21:15:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.215 2009/04/16 07:28:21 ulm Exp $ - 15 Apr 2009; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.2.ebuild: - Add -j1 back to src_install, fixes bug 266202. + 16 Apr 2009; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.2.ebuild: + Add -j1 back to src_compile and src_install, fixes bug 266202. *openmotif-2.3.2 (14 Apr 2009) diff --git a/x11-libs/openmotif/openmotif-2.3.2.ebuild b/x11-libs/openmotif/openmotif-2.3.2.ebuild index bb88bae50ed6..684e97c39dca 100644 --- a/x11-libs/openmotif/openmotif-2.3.2.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2.ebuild,v 1.2 2009/04/15 21:15:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2.ebuild,v 1.3 2009/04/16 07:28:21 ulm Exp $ inherit autotools eutils flag-o-matic multilib @@ -91,7 +91,7 @@ src_compile() { $(use_enable jpeg) \ $(use_enable png) - emake || die "emake failed" + emake -j1 || die "emake failed" } src_install() { |