diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2019-12-05 23:17:52 +0900 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2019-12-05 23:21:20 +0900 |
commit | 9274077482062d4f08fe3a6ab97f5c10fa33eb3f (patch) | |
tree | 753b91b9ae1d0a70a1b664271acfa370be3c9262 | |
parent | net-vpn/wireguard: bump to 0.0.20191205 (diff) | |
download | gentoo-9274077482062d4f08fe3a6ab97f5c10fa33eb3f.tar.gz gentoo-9274077482062d4f08fe3a6ab97f5c10fa33eb3f.tar.bz2 gentoo-9274077482062d4f08fe3a6ab97f5c10fa33eb3f.zip |
Add me to the kernel-2 eclass genpatches download list
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
-rw-r--r-- | eclass/kernel-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 62e6c23e15cf..d6aadbb31b48 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}$(echo https://dev.gentoo.org/~{mpagano,whissi}/dist/genpatches/${tarball})${use_cond_end}" + GENPATCHES_URI+=" ${use_cond_start}$(echo https://dev.gentoo.org/~{alicef,mpagano,whissi}/dist/genpatches/${tarball})${use_cond_end}" done } |