diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-06 11:31:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-06 11:31:26 +0000 |
commit | f95cafa6fcd2d4ec477373f88831add70fb2019a (patch) | |
tree | 52b6961dd5d48c72036805d5db20428d12248d9a /eclass/toolchain.eclass | |
parent | Migrated to generation 2, fixed SONAME and compiling to correct bytecode. (diff) | |
download | historical-f95cafa6fcd2d4ec477373f88831add70fb2019a.tar.gz historical-f95cafa6fcd2d4ec477373f88831add70fb2019a.tar.bz2 historical-f95cafa6fcd2d4ec477373f88831add70fb2019a.zip |
remove funky URL for HTB
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index be2204ba6b28..d1af5ec3839c 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.320 2006/12/30 09:12:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.321 2007/01/06 11:31:26 vapier Exp $ HOMEPAGE="http://gcc.gnu.org/" LICENSE="GPL-2 LGPL-2.1" @@ -334,7 +334,6 @@ get_gcc_src_uri() { GCC_SRC_URI="${GCC_SRC_URI} boundschecking? ( mirror://sourceforge/boundschecking/${HTBFILE} - http://web.inter.nl.net/hcc/Haj.Ten.Brugge/${HTBFILE} $(gentoo_urls ${HTBFILE}) )" fi |