Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
Subject: gentoo-x86 commit in eclass: gnustep-base.eclass
Date: Mon, 11 May 2009 10:58:42 +0000
voyageur    09/05/11 10:58:42

  Modified:             gnustep-base.eclass
  Log:
  Parallel-make support was added in gnustep-make 2.2.0

Revision  Changes    Path
1.10                 eclass/gnustep-base.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnustep-base.eclass?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnustep-base.eclass?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnustep-base.eclass?r1=1.9&r2=1.10

Index: gnustep-base.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnustep-base.eclass	3 Dec 2008 14:29:05 -0000	1.9
+++ gnustep-base.eclass	11 May 2009 10:58:42 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.9 2008/12/03 14:29:05 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.10 2009/05/11 10:58:42 voyageur Exp $
 
 inherit eutils flag-o-matic
 
@@ -121,9 +121,11 @@
 			GNUSTEP_USER_DEFAULTS_DIR="${T}"/Defaults \
 			GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
 			TAR_OPTIONS="${TAR_OPTIONS} --no-same-owner" \
-			messages=yes \
-			-j1 )
-			# -j1 is needed as gnustep-make is not parallel-safe
+			messages=yes )
+
+		# Parallel-make support was added in gnustep-make 2.2.0
+		has_version "<gnustep-base/gnustep-make-2.2.0" \
+			&& GS_ENV=( "${GS_ENV[@]}" "-j1" )
 
 		use debug \
 			&& GS_ENV=( "${GS_ENV[@]}" "debug=yes" ) \





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in eclass: gnustep-base.eclass
Next by thread:
gentoo-x86 commit in eclass: gnustep-base.eclass
Previous by date:
gentoo-x86 commit in gnustep-base/gnustep-make: ChangeLog gnustep-make-2.2.0.ebuild
Next by date:
gentoo-x86 commit in dev-perl/CPAN-Mini-Inject: ChangeLog CPAN-Mini-Inject-0.24.ebuild


Updated Jul 05, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.