From 275dbedc21e3a12ec13b8a58306fcdef54674695 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 27 Dec 2022 05:04:33 +0000 Subject: [PATCH] Move all GENTOO_MIRROR variables to single GENTOO_MIRROR variable due to multiple variables not being supported. --- portage/make.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index 6c6407b..2916f65 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: 1.0.1.4 +# Version: 2.0.0.5 # System. @@ -21,12 +21,7 @@ LC_MESSAGES=C ## Gentoo mirrors. ## ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT! ## IF IPV6-ONLY IS SUPPORTED BY ISP, IPV6-ONLY MIRRORS SHOULD BE PREFERRED! -### 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/" +GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservice.org/sites/distfiles.gentoo.org/ rsync://mirror.init7.net/gentoo/ rsync://ftp.iij.ad.jp/pub/linux/gentoo/ rsync://ftp.jaist.ac.jp/pub/Linux/gentoo/" ## Emerge. EMERGE_DEFAULT_OPTS="--ask --verbose"