summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/config/sets.docbook18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook
index 7cccbbc93..3039aec7f 100644
--- a/doc/config/sets.docbook
+++ b/doc/config/sets.docbook
@@ -479,6 +479,24 @@
</itemizedlist>
</para>
</sect2>
+ <sect2 id='config-set-classes-RestrictSet'>
+ <title>portage.sets.dbapi.RestrictSet</title>
+ <para>
+ Package set which contains all packages
+ that match specified RESTRICT values.
+ This class supports the following options:
+ <itemizedlist>
+ <listitem><varname>includes</varname>: A list of
+ values that must be contained within the RESTRICT
+ metadata.
+ </listitem>
+ <listitem><varname>excludes</varname>: A list of
+ values that must not be contained within the RESTRICT
+ metadata.
+ </listitem>
+ </itemizedlist>
+ </para>
+ </sect2>
<sect2 id='config-set-classes-DowngradeSet'>
<title>portage.sets.dbapi.DowngradeSet</title>
<para>