From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MABBA-0003O0-Qc for garchives@archives.gentoo.org; Fri, 29 May 2009 23:08:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A482E02A4; Fri, 29 May 2009 23:08:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 430CAE02A4 for ; Fri, 29 May 2009 23:08:00 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id EBC6766671 for ; Fri, 29 May 2009 23:07:59 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MABB9-0004xh-4V for gentoo-commits@lists.gentoo.org; Fri, 29 May 2009 23:07:59 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bash-4.0-parallel-build.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: bash-4.0-parallel-build.patch X-VCS-Directories: app-shells/bash/files X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Fri, 29 May 2009 23:07:59 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 366c0c45-2014-42a7-a803-b37233ebbc6d X-Archives-Hash: 04abf3a17b946513425e9082a7f098dd vapier 09/05/29 23:07:59 Added: bash-4.0-parallel-build.patch Log: Add dependency fix by Peter Alfredsen for parallel builds #267613. (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.1 app-shells/bash/files/bash-4.0-parallel-build.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/fi= les/bash-4.0-parallel-build.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/fi= les/bash-4.0-parallel-build.patch?rev=3D1.1&content-type=3Dtext/plain Index: bash-4.0-parallel-build.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://bugs.gentoo.org/267613 add missing dep patch by Peter Alfredsen --- bash-4.0/Makefile.in +++ bash-4.0/Makefile.in @@ -1022,10 +1022,11 @@ subst.o: flags.h jobs.h siglist.h execute_cmd.h ${BASHINCDIR}/filecntl.h= trap.h pathexp.h subst.o: mailcheck.h input.h $(DEFSRC)/getopt.h $(DEFSRC)/common.h subst.o: bashline.h bashhist.h ${GLOB_LIBSRC}/strmatch.h subst.o: ${BASHINCDIR}/chartypes.h subst.o: ${BASHINCDIR}/shmbutil.h +subst.o: ${DEFDIR}/builtext.h test.o: bashtypes.h ${BASHINCDIR}/posixstat.h ${BASHINCDIR}/filecntl.h test.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h com= mand.h ${BASHINCDIR}/stdc.h error.h test.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftype= s.h array.h hashlib.h test.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h test.o: make_cmd.h subst.h sig.h pathnames.h externs.h test.h