commit: 78ec6ee6be128abb1eb55778872c4f5368367ec3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 4 19:22:30 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 4 19:23:02 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=78ec6ee6
man: portage(5): add verify-signature, location to binrepos.conf example too Bug: https://bugs.gentoo.org/930730 Bug: https://bugs.gentoo.org/934784 Bug: https://bugs.gentoo.org/941770 Bug: https://bugs.gentoo.org/945384 Bug: https://bugs.gentoo.org/945385 Signed-off-by: Sam James <sam <AT> gentoo.org> man/portage.5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/portage.5 b/man/portage.5 index 9d1da407bf..326c37fe48 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -691,6 +691,12 @@ priority = 9999 # packages are fetched from here sync-uri = https://example.com/binhost +# Introduced in portage-3.0.74 for per-repo verification choices +verify-signature = true + +# Defaults to /var/cache/binhost/$NAME with >=portage-3.0.77 +# Stores downloaded binpkgs separately rather than comingling in PKGDIR. +#location = /var/cache/binhost/example-binhost .fi .TP .BR categories
