From 1787aa2ba1834192c3be90863bfacd348ae888d7 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Sat, 12 Oct 2019 15:02:21 -0400 Subject: [PATCH] kernel-2.eclass: Move genpatches uri from /space/distfiles-local to devspace Co-authored-by: Thomas Deutschmann Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index c5f35cd3e31e..62e6c23e15cf 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -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 } -- 2.26.2