From 92a870ce357e6f3db1b5ebacc0317f5494559706 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sun, 11 Sep 2022 00:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=20gentoo=20ebuild=20?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=88=B0=E5=AE=98=E6=96=B9=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gentoo_portage/repos.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gentoo_portage/repos.conf b/gentoo_portage/repos.conf index 493c591..4cf1793 100644 --- a/gentoo_portage/repos.conf +++ b/gentoo_portage/repos.conf @@ -4,7 +4,11 @@ main-repo = gentoo [gentoo] location = /var/db/repos/gentoo sync-type = git -sync-uri = https://mirrors.tuna.tsinghua.edu.cn/git/gentoo-portage.git +# sync-uri = https://mirrors.tuna.tsinghua.edu.cn/git/gentoo-portage.git +# 官方 ebuild 仓库,如果不用 eix 这个镜像最好 +# sync-uri = https://github.com/gentoo/gentoo.git +# 官方 ebuild 仓库的镜像,并且带有 metadata 信息,对 eix 友好 +sync-uri = https://github.com/gentoo-mirror/gentoo.git # sync-type = rsync # sync-uri = rsync://rsync.gentoo.org/gentoo-portage # sync-uri = rsync://mirrors.tuna.tsinghua.edu.cn/gentoo-portage