Switch the key provider from unmaintained app-crypt/gentoo-keys to app-crypt/openpgp-keys-gentoo-release. The latter has the advantage of supplying current, working keys in the more portable OpenPGP format (rather than GnuPG binary keyring). --- cnf/repos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cnf/repos.conf b/cnf/repos.conf index 987be6462..352073cfd 100644 --- a/cnf/repos.conf +++ b/cnf/repos.conf @@ -9,7 +9,7 @@ auto-sync = yes sync-rsync-verify-jobs = 1 sync-rsync-verify-metamanifest = yes sync-rsync-verify-max-age = 24 -sync-openpgp-key-path = /var/lib/gentoo/gkeys/keyrings/gentoo/release/pubring.gpg +sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc sync-openpgp-key-refresh-retry-count = 40 sync-openpgp-key-refresh-retry-overall-timeout = 1200 sync-openpgp-key-refresh-retry-delay-exp-base = 2 -- 2.17.0