diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-12 18:53:50 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-12 18:53:50 +0000 |
commit | 374b67b0d975940e328a16ca3e5b52a9042f4627 (patch) | |
tree | c679730cd58eda95b3a6352f75dfe31eb60d9a9b /media-libs/mesa | |
parent | Removed the patch from CVS. (diff) | |
download | gentoo-2-374b67b0d975940e328a16ca3e5b52a9042f4627.tar.gz gentoo-2-374b67b0d975940e328a16ca3e5b52a9042f4627.tar.bz2 gentoo-2-374b67b0d975940e328a16ca3e5b52a9042f4627.zip |
Turn parallel build back off. Can get problems with depend files not existing.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.3.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 9b544841375a..ae163a911672 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.22 2005/08/12 17:16:27 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.23 2005/08/12 18:53:50 spyderous Exp $ + + 12 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.3.1.1.ebuild: + Turn parallel build back off. Can get problems with depend files not existing. 12 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.3.1.1.ebuild: Test out parallel make. fmccor says it works. diff --git a/media-libs/mesa/mesa-6.3.1.1.ebuild b/media-libs/mesa/mesa-6.3.1.1.ebuild index 6a12c17ece15..0b3eefda633f 100644 --- a/media-libs/mesa/mesa-6.3.1.1.ebuild +++ b/media-libs/mesa/mesa-6.3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1.ebuild,v 1.13 2005/08/12 17:16:27 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1.ebuild,v 1.14 2005/08/12 18:53:50 spyderous Exp $ inherit eutils toolchain-funcs @@ -92,7 +92,7 @@ src_unpack() { } src_compile() { - emake ${CONFIG} || die "Build failed" + emake -j1 ${CONFIG} || die "Build failed" } src_install() { |