diff --git a/portage/make.conf b/portage/make.conf index 1e7d42b..0effd80 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 0.0.2.2 +# Version: 1.0.0.3 # System. @@ -19,7 +19,12 @@ PKGDIR="/var/cache/bin/" LC_MESSAGES=C ## Gentoo mirrors. -GENTOO_MIRRORS="https://mirror.init7.net/gentoo/" +### GB. +GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservice.org/sites/distfiles.gentoo.org/" +### CH. +GENTOO_MIRRORS="rsync://mirror.init7.net/gentoo/" +### JP. +GENTOO_MIRRORS="rsync://ftp.iij.ad.jp/pub/linux/gentoo/ rsync://ftp.jaist.ac.jp/pub/Linux/gentoo/" ## Emerge. EMERGE_DEFAULT_OPTS="--ask --verbose"