projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
326e535
)
kernel-2.eclass: Move genpatches uri from /space/distfiles-local to devspace
author
Mike Pagano
<mpagano@gentoo.org>
Sat, 12 Oct 2019 19:02:21 +0000
(15:02 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/eclass/kernel-2.eclass
b/eclass/kernel-2.eclass
index c5f35cd3e31e3d60947e53c9be04c4a890a36b79..62e6c23e15cf62c0e497d3acaedfbd97457a00f4 100644
(file)
--- 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
}