diff options
Diffstat (limited to 'cnf/make.globals')
-rw-r--r-- | cnf/make.globals | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index 14ebf4fd..76b48fbf 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -21,8 +21,9 @@ LDFLAGS="" # Default rsync mirror SYNC="rsync://rsync.gentoo.org/gentoo-portage" -# Default distfiles mirrors -GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" +# Default distfiles mirrors. This rotation has multiple hosts and is reliable. +# Approved by the mirror-admin team. +GENTOO_MIRRORS="http://distfiles.gentoo.org" ACCEPT_LICENSE="* -@EULA" ACCEPT_PROPERTIES="*" |