toolchain-binutils.eclass: Add my public_html as patch source
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 12 Oct 2017 21:09:13 +0000 (23:09 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 12 Oct 2017 21:09:13 +0000 (23:09 +0200)
eclass/toolchain-binutils.eclass

index 3fbbc57e638ea3d5a0427729090ffd619ca42ea4..2218c02dd35e2d49e57aa63b1f0971c4320d4570 100644 (file)
@@ -75,7 +75,7 @@ add_src_uri() {
        else
                a+=".bz2"
        fi
-       set -- mirror://gentoo https://dev.gentoo.org/~vapier/dist https://dev.gentoo.org/~tamiko/distfiles
+       set -- mirror://gentoo https://dev.gentoo.org/~vapier/dist https://dev.gentoo.org/~tamiko/distfiles https://dev.gentoo.org/~dilfridge/distfiles
        SRC_URI="${SRC_URI} ${@/%//${a}}"
 }
 PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${BVER}}