kernel-2.eclass: Move genpatches uri from /space/distfiles-local to devspace
authorMike Pagano <mpagano@gentoo.org>
Sat, 12 Oct 2019 19:02:21 +0000 (15:02 -0400)
committerMike Pagano <mpagano@gentoo.org>
Sat, 12 Oct 2019 19:04:50 +0000 (15:04 -0400)
Co-authored-by: Thomas Deutschmann <whissi@gentoo.org>
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
eclass/kernel-2.eclass

index c5f35cd3e31e3d60947e53c9be04c4a890a36b79..62e6c23e15cf62c0e497d3acaedfbd97457a00f4 100644 (file)
@@ -295,7 +295,7 @@ handle_genpatches() {
                        UNIPATCH_LIST_GENPATCHES+=" ${DISTDIR}/${tarball}"
                        debug-print "genpatches tarball: $tarball"
                fi
-               GENPATCHES_URI+=" ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}"
+               GENPATCHES_URI+=" ${use_cond_start}$(echo https://dev.gentoo.org/~{mpagano,whissi}/dist/genpatches/${tarball})${use_cond_end}"
        done
 }