>>>>> On Wed, 09 Oct 2019, Mike Pagano wrote: > - GENPATCHES_URI+=" ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}" > + GENPATCHES_URI+=" ${use_cond_start}https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end} > + ${use_cond_start}https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end} > + ${use_cond_start}https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end}" Why is the USE conditional repeated three times? These URLs could all be inside the same block. Ulrich