diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-01-01 06:26:11 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-01-01 06:26:11 +0000 |
commit | 3736dc39df97ec5e1e7755cfe7bd502439e6d212 (patch) | |
tree | 01b4a54d8e3ee5532f5989c2b9a8814674421de2 /eclass/toolchain.eclass | |
parent | 1.4.1 bump. This fixes a bug in the new ipv6 support. (diff) | |
download | gentoo-2-3736dc39df97ec5e1e7755cfe7bd502439e6d212.tar.gz gentoo-2-3736dc39df97ec5e1e7755cfe7bd502439e6d212.tar.bz2 gentoo-2-3736dc39df97ec5e1e7755cfe7bd502439e6d212.zip |
Fix broken gcc specs unpack
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 9835c5edd5a5..4e0e5d4f327d 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.372 2008/12/31 21:26:11 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.373 2009/01/01 06:26:11 gengor Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -2014,7 +2014,7 @@ gcc_quick_unpack() { unpack gcc-${PIE_GCC_VER}-piepatches-v${PIE_VER}.tar.bz2 fi [[ -n ${SPECS_VER} ]] && \ - unpack gcc-${SPECS_GCC_VER}-default-specs-${SPECS_VER}.tar.bz2 + unpack gcc-${SPECS_GCC_VER}-specs-${SPECS_VER}.tar.bz2 fi want_boundschecking && \ |