commit: 14c8a7be0ed0ec7447a979b4fe21a19ce7913cb2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Jan 2 10:07:02 2026 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Jan 2 10:07:02 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=14c8a7be
cnf/repos.conf: remove Prefix-specific modifications The portage ebuilds carry code to change this config for Prefix, so no need to hardcode it in the repo version here. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> cnf/repos.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cnf/repos.conf b/cnf/repos.conf index e7e0f584f0..a97db54e5d 100644 --- a/cnf/repos.conf +++ b/cnf/repos.conf @@ -1,10 +1,10 @@ [DEFAULT] -main-repo = gentoo_prefix +main-repo = gentoo -[gentoo_prefix] +[gentoo] location = /var/db/repos/gentoo sync-type = rsync -sync-uri = rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix +sync-uri = rsync://rsync.gentoo.org/gentoo-portage auto-sync = yes sync-rsync-verify-jobs = 1 sync-rsync-verify-metamanifest = yes
