diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-02-10 00:34:08 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-02-10 00:34:08 +0000 |
commit | abedba8469f370e5d0a9d8a212e2cfe93ef011e2 (patch) | |
tree | 949b030ea3fe8941f521506f4953a8b292187d2f /eclass/toolchain.eclass | |
parent | Revbump to fix a typo which slipped in with the latest init script fix. Remov... (diff) | |
download | gentoo-2-abedba8469f370e5d0a9d8a212e2cfe93ef011e2.tar.gz gentoo-2-abedba8469f370e5d0a9d8a212e2cfe93ef011e2.tar.bz2 gentoo-2-abedba8469f370e5d0a9d8a212e2cfe93ef011e2.zip |
Add my devspace to the gentoo_urls for toolchain.eclass
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index ab058f292ade..bc3877637b9a 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.650 2015/02/09 20:05:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.651 2015/02/10 00:34:08 blueness Exp $ # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -242,7 +242,8 @@ S=$( gentoo_urls() { local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI - HTTP~halcy0n/patches/URI HTTP~zorry/patches/gcc/URI" + HTTP~halcy0n/patches/URI HTTP~zorry/patches/gcc/URI + HTTP~blueness/dist/URI" devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/} echo mirror://gentoo/$1 ${devspace//URI/$1} } |