From 3100622db31f3100a8a5b213949ec6f51d283ee0 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 11 Sep 2022 15:27:17 +0100 Subject: [PATCH] Add Gentoo repo Git repository to switch from rsync to Git sync. --- portage/repos.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/portage/repos.conf b/portage/repos.conf index fa5b210..5c6aff6 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -3,6 +3,13 @@ # Copyright 2022 Inference +[gentoo] +location = /var/db/repos/gentoo +sync-type = git +sync-uri = https://anongit.gentoo.org/git/repo/sync/gentoo.git +sync-depth = 1 +sync-git-verify-commit-signature = yes + [musl] location = /var/db/repos/musl sync-type = git