diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-19 14:34:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-09-19 14:34:58 +0000 |
commit | becfd085fba4640edeba6c3ffc683688bb638c21 (patch) | |
tree | 04650dab48abf3e822e8bbf7d5bb9c87e3db49f4 /eclass/toolchain-binutils.eclass | |
parent | Punt openafs masks now that things are out of pre stage. (diff) | |
download | historical-becfd085fba4640edeba6c3ffc683688bb638c21.tar.gz historical-becfd085fba4640edeba6c3ffc683688bb638c21.tar.bz2 historical-becfd085fba4640edeba6c3ffc683688bb638c21.zip |
disable kernel.org mirrors for now #383579
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index f6073a6c621a..20218eaf231e 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.100 2011/09/18 09:22:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.101 2011/09/19 14:34:58 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -59,6 +59,8 @@ case ${BTYPE} in SRC_URI="mirror://kernel/linux/devel/binutils/binutils-${PV}.tar.bz2 mirror://kernel/linux/devel/binutils/test/binutils-${PV}.tar.bz2 mirror://gnu/binutils/binutils-${PV}.tar.bz2" + # disable kernel mirrors until kernel.org is back up #383579 + SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.bz2" esac add_src_uri() { [[ -z $2 ]] && return |