diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-06-08 08:55:55 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-06-08 08:55:55 +0000 |
commit | b3421487603caf251b801b65a7ee8811d05ec219 (patch) | |
tree | 12a65e85f8e5cc8523a849ddffdb63f29b10df02 | |
parent | Stable on amd64 wrt bug #370507 (diff) | |
download | historical-b3421487603caf251b801b65a7ee8811d05ec219.tar.gz historical-b3421487603caf251b801b65a7ee8811d05ec219.tar.bz2 historical-b3421487603caf251b801b65a7ee8811d05ec219.zip |
Fix for r1.16 changes: -j1 should have been removed completely
-rw-r--r-- | eclass/gnustep-base.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass index fc52d86acf47..994677ae7c10 100644 --- a/eclass/gnustep-base.eclass +++ b/eclass/gnustep-base.eclass @@ -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.17 2011/06/06 19:17:38 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.18 2011/06/08 08:55:55 voyageur Exp $ # @ECLASS: gnustep-base.eclass # @MAINTAINER: @@ -151,8 +151,7 @@ egnustep_env() { GNUSTEP_USER_DEFAULTS_DIR="${T}"/Defaults \ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \ TAR_OPTIONS="${TAR_OPTIONS} --no-same-owner" \ - messages=yes \ - -j1 ) + messages=yes ) use debug \ && GS_ENV=( "${GS_ENV[@]}" "debug=yes" ) \ |