summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-07 04:05:28 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-07 04:05:28 +0000
commit1240b16740b9bde954830ab9f64fe0d4fa570bd4 (patch)
tree19c044d3c6b98395c75475e67011c3483db08843 /eclass
parentMove from custom is_kernel() in x11.eclass to kernel_is() in linux-info.eclas... (diff)
downloadgentoo-2-1240b16740b9bde954830ab9f64fe0d4fa570bd4.tar.gz
gentoo-2-1240b16740b9bde954830ab9f64fe0d4fa570bd4.tar.bz2
gentoo-2-1240b16740b9bde954830ab9f64fe0d4fa570bd4.zip
add mirror://gentoo to SRC_URI list
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 786c5023aacd..385f33e0daae 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.64 2004/12/07 01:42:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.65 2004/12/07 04:05:28 vapier Exp $
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
@@ -241,7 +241,8 @@ get_gcc_src_uri() {
# propolice aka stack smashing protection
if [ -n "${PP_VER}" ] ; then
GCC_SRC_URI="${GCC_SRC_URI}
- http://www.research.ibm.com/trl/projects/security/ssp/gcc${PP_VER}/protector-${PP_FVER}.tar.gz"
+ http://www.research.ibm.com/trl/projects/security/ssp/gcc${PP_VER}/protector-${PP_FVER}.tar.gz
+ mirror://gentoo/protector-${PP_FVER}.tar.gz"
fi
# PERL cannot be present at bootstrap, and is used to build the man pages.