diff options
author | 2006-06-09 05:02:38 +0000 | |
---|---|---|
committer | 2006-06-09 05:02:38 +0000 | |
commit | bb58415befbbf72c784f84fa6b4f476b7e7b363f (patch) | |
tree | 44cd51b2961d32149498cda2b14a4bb13ffc4b72 /sys-devel/crossdev | |
parent | stable on x86; blah blah (diff) | |
download | gentoo-2-bb58415befbbf72c784f84fa6b4f476b7e7b363f.tar.gz gentoo-2-bb58415befbbf72c784f84fa6b4f476b7e7b363f.tar.bz2 gentoo-2-bb58415befbbf72c784f84fa6b4f476b7e7b363f.zip |
allow gcc-config/binutils-config to pull in deps #136140
(Portage version: 2.1_rc4-r3)
Diffstat (limited to 'sys-devel/crossdev')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index 2a5603c10b9d..303751d4473d 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.64 2006/05/08 05:20:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.65 2006/06/09 05:02:38 vapier Exp $ cd / @@ -542,7 +542,7 @@ export UCLIBC_CPU=${UCLIBC_CPU} ex_fast || { ebegin "Forcing the latest versions of binutils-config/gcc-config" -emerge {binutils,gcc}-config -qu --nodeps &> /dev/null +emerge {binutils,gcc}-config -qu &> /dev/null eend $? || exit 1 doemerge ${BPKG} |