mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-boot/grub: avoid alpha.gnu.org slowness
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -42,9 +42,11 @@ if [[ ${PV} != 9999 ]]; then
|
||||
if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
|
||||
# The quote style is to work with <=bash-4.2 and >=bash-4.3 #503860
|
||||
MY_P=${P/_/'~'}
|
||||
# https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz
|
||||
# https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz.sig
|
||||
SRC_URI="
|
||||
https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz
|
||||
verify-sig? ( https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz.sig )
|
||||
https://dev.gentoo.org/~floppym/dist/${MY_P}.tar.xz
|
||||
verify-sig? ( https://dev.gentoo.org/~floppym/dist/${MY_P}.tar.xz.sig )
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user