diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-24 06:46:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-24 06:46:33 +0000 |
commit | 9540565e085c408ef2d376f50a27d8a90d05ef16 (patch) | |
tree | 164de1609c29f828fd1bae17e2a61e7644030916 /eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-9540565e085c408ef2d376f50a27d8a90d05ef16.tar.gz gentoo-2-9540565e085c408ef2d376f50a27d8a90d05ef16.tar.bz2 gentoo-2-9540565e085c408ef2d376f50a27d8a90d05ef16.zip |
remove support for old amd64 multilib
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index df1dd82b225d..ec5ca7334a6f 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.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/toolchain.eclass,v 1.331 2007/03/10 13:40:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.332 2007/03/24 06:46:33 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -2301,10 +2301,7 @@ disgusting_gcc_multilib_HACK() { ;; esac else - # Remove this hunk when amd64's 2004.3 is purged from portage. - use amd64 || die "Your profile is no longer supported by portage." - config="i386/t-linux64" - libdirs="../$(get_libdir) ../$(get_multilibdir)" + die "Your profile is no longer supported by portage." fi einfo "updating multilib directories to be: ${libdirs}" |