commit: 6b8a814f83234b202e2818e6cb1987f3f541e09c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 16 05:54:54 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 16 06:01:38 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6b8a814f
cnf: set `sync-openpgp-key-package` for ::gentoo Set it to sec-keys/openpgp-keys-gentoo-release for ::gentoo. Bug: https://bugs.gentoo.org/968578 Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 2 ++ cnf/repos.conf | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index d2ec1ecbb8..6bcb95bd94 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,8 @@ Features: Portage will notify the user if a named package has an update available, like it does for itself, after a sync. +* cnf: repos.conf: Set sync-openpgp-key-package for ::gentoo. + Bug fixes: * man: portage(5): Document that binrepos.conf location must be unique. diff --git a/cnf/repos.conf b/cnf/repos.conf index a97db54e5d..5d90c27dc3 100644 --- a/cnf/repos.conf +++ b/cnf/repos.conf @@ -9,6 +9,7 @@ auto-sync = yes sync-rsync-verify-jobs = 1 sync-rsync-verify-metamanifest = yes sync-rsync-verify-max-age = 3 +sync-openpgp-key-package = sec-keys/openpgp-keys-gentoo-release sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc sync-openpgp-keyserver = hkps://keys.gentoo.org sync-openpgp-key-refresh-retry-count = 40
