summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-09-19 14:34:58 +0000
committerMike Frysinger <vapier@gentoo.org>2011-09-19 14:34:58 +0000
commit1b739c66d695c11a72cc15010fc0c5926f2631a0 (patch)
tree79e9f0a96edcea7bd5ddb37e59c7585ec28a470a /eclass/toolchain-binutils.eclass
parentPunt openafs masks now that things are out of pre stage. (diff)
downloadgentoo-2-1b739c66d695c11a72cc15010fc0c5926f2631a0.tar.gz
gentoo-2-1b739c66d695c11a72cc15010fc0c5926f2631a0.tar.bz2
gentoo-2-1b739c66d695c11a72cc15010fc0c5926f2631a0.zip
disable kernel.org mirrors for now #383579
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r--eclass/toolchain-binutils.eclass4
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