summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-14 08:17:31 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-14 08:17:31 +0000
commite9e939b82748c611d4e345df079eb35373e68d63 (patch)
tree042b9e202429459b7851b395ac29cdcd2517e709 /sci-chemistry/raster3d/raster3d-3.0.2.ebuild
parentMade sure that pear repository URIs are valid (diff)
downloadgentoo-2-e9e939b82748c611d4e345df079eb35373e68d63.tar.gz
gentoo-2-e9e939b82748c611d4e345df079eb35373e68d63.tar.bz2
gentoo-2-e9e939b82748c611d4e345df079eb35373e68d63.zip
Fix for parallel build, #358555
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/raster3d/raster3d-3.0.2.ebuild')
-rw-r--r--sci-chemistry/raster3d/raster3d-3.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/raster3d/raster3d-3.0.2.ebuild b/sci-chemistry/raster3d/raster3d-3.0.2.ebuild
index 9371539870d2..a56410cd07b8 100644
--- a/sci-chemistry/raster3d/raster3d-3.0.2.ebuild
+++ b/sci-chemistry/raster3d/raster3d-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.1 2011/02/27 10:40:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.2 2011/03/14 08:17:31 jlec Exp $
EAPI="4"
@@ -71,7 +71,7 @@ src_compile() {
target="linux-$(tc-getFC)"
fi
- for i in ${target} all; do
+ for i in render.o ${target} all; do
emake \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" \