diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-11-18 15:49:25 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-11-18 15:49:25 +0000 |
commit | 24c98afff3083e2947d94c72518c463c9e00e967 (patch) | |
tree | 841cf7cc3474ef1f296941915a3b06d196548fc0 /sci-libs/vtk | |
parent | keyworded ~x86, bug #155505 (diff) | |
download | gentoo-2-24c98afff3083e2947d94c72518c463c9e00e967.tar.gz gentoo-2-24c98afff3083e2947d94c72518c463c9e00e967.tar.bz2 gentoo-2-24c98afff3083e2947d94c72518c463c9e00e967.zip |
Added -j1 back to ebuild since some people still experience problems with parallel builds (see discussion on bug #146767).
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index a81f0c771f1a..488c85956e64 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.25 2006/10/14 00:00:58 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.26 2006/11/18 15:49:25 markusle Exp $ + + 18 Nov 2006; Markus Dittrich <markusle@gentoo.org> vtk-5.0.1.ebuild: + Added -j1 back to ebuild since some people still experience problems + with parallel builds (see discussion on bug #146767). 14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> vtk-5.0.0.ebuild: Added call to java-pkg_pkg_setup, for bug #142708 diff --git a/sci-libs/vtk/vtk-5.0.1.ebuild b/sci-libs/vtk/vtk-5.0.1.ebuild index 7f1e75064621..208a7e3a62d6 100644 --- a/sci-libs/vtk/vtk-5.0.1.ebuild +++ b/sci-libs/vtk/vtk-5.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.1.ebuild,v 1.4 2006/09/24 16:47:49 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.1.ebuild,v 1.5 2006/11/18 15:49:25 markusle Exp $ # TODO: need to fix Examples/CMakeLists.txt to build other examples @@ -163,7 +163,7 @@ src_compile() { || die "Failed to patch javac" fi - emake || die "emake failed" + emake -j1 || die "emake failed" } src_install() { |