commit: 130637688ebbdab1d1f259670659b4f306e7eba6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 11 01:15:57 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 11 01:15:57 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=13063768
doc: document VariableSets exclude_output See 4a423c715556ec5d21936e50009db48b44690c02. Bug: https://bugs.gentoo.org/906044 Bug: https://bugs.gentoo.org/919751 Bug: https://bugs.gentoo.org/953884 Signed-off-by: Sam James <sam <AT> gentoo.org> doc/config/sets.docbook | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook index ef00e7cde9..2fb480aee4 100644 --- a/doc/config/sets.docbook +++ b/doc/config/sets.docbook @@ -555,6 +555,10 @@ values that must not be contained within the specified variable.</para> </listitem> + <listitem><para><varname>excludes_output</varname>: A list of + values that must not be contained within the package list + that is returned.</para> + </listitem> <listitem><para><varname>metadata-source</varname>: Optional, defaults to "vartree". Specifies the repository to use for getting the metadata to check.</para></listitem>
