Hi, as per summary your package could use mirror://gnu/ rather than pointing directly to ftp://ftp.gnu.org/gnu/, this way if the distfile cannot be found on Gentoo mirrors, the user can still download it from a nearby mirror, if they got it configured (I do). sed -i -e 's|ftp://ftp.gnu.org/gnu/|mirror://gnu/|' would likely do the trick. Thanks, Diego
fixed
gperf-2.7.2.ebuild:SRC_URI="mirror://pub/gnu/gperf/${P}.tar.gz" gperf-3.0.1.ebuild:SRC_URI="mirror://pub/gnu/gperf/${P}.tar.gz" Hmmm?
fixed correctly