diff --git a/portage/repos.conf b/portage/repos.conf index 01f8f14..743d89d 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 4.1.1.11 +# Version: 5.0.0.12 # ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT! @@ -12,9 +12,14 @@ # Gentoo [gentoo] location = /var/db/repos/gentoo/ -sync-type = rsync -sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage/ -sync-rsync-verify-commit-signature = yes +sync-type = git +sync-uri = https://github.com/gentoo-mirror/gentoo.git +sync-git-verify-commit-signature = yes +sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc +sync-openpgp-key-refresh = true +sync-openpgp-key-server = hkps://keys.gentoo.org +strict-misc-digests = true +sync-allow-hardlinks = true # Local [local]