diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-11-20 08:13:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-11-20 08:13:56 +0000 |
commit | 0c4cf126cb850c1857f9049a21d3bb072077e6c7 (patch) | |
tree | c1e5ad31c3d348fd494ebc794402e033ae96dc77 /eclass/toolchain-binutils.eclass | |
parent | Drop old masks (diff) | |
download | gentoo-2-0c4cf126cb850c1857f9049a21d3bb072077e6c7.tar.gz gentoo-2-0c4cf126cb850c1857f9049a21d3bb072077e6c7.tar.bz2 gentoo-2-0c4cf126cb850c1857f9049a21d3bb072077e6c7.zip |
update binutils git repo #490566
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 5b58b2a176c6..4538a21bb942 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.125 2013/10/11 18:35:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.126 2013/11/20 08:13:56 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -39,7 +39,7 @@ cvs) git) extra_eclass="git-2" BVER="git" - EGIT_REPO_URI="git://sourceware.org/git/binutils.git" + EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" ;; snap) BVER=${PV/9999_pre} |