commit:     73155d92fc8badab0a7dd41bde1430ec4837116c
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 07:59:38 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 10:15:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73155d92

toolchain.eclass: add myself to the devspace URI mapping

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 eclass/toolchain.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index a1093e0fb603..fe1e209fb2d5 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -371,11 +371,14 @@ if [[ ${TOOLCHAIN_SET_S} == yes ]] ; then
 fi
 
 gentoo_urls() {
+       # the list is sorted by likelihood of getting the patches tarball from
+       # respective devspace
        # slyfox's distfiles are mirrored to sam's devspace
        declare -A devspace_urls=(
                [soap]=HTTP~soap/distfiles/URI
                [sam]=HTTP~sam/distfiles/sys-devel/gcc/URI
                [slyfox]=HTTP~sam/distfiles/URI
+               [xen0n]=HTTP~xen0n/distfiles/sys-devel/gcc/URI
                [tamiko]=HTTP~tamiko/distfiles/URI
                [zorry]=HTTP~zorry/patches/gcc/URI
                [vapier]=HTTP~vapier/dist/URI

Reply via email to