is missing)</para></listitem>
<listitem><para><varname>world-candidate</varname>, which determines if
given package should be added to the <varname>world</varname> set</para></listitem>
- <listitem><para><varname>extend</varname> to include the contents of other package sets</para>
- </listitem>
- <listitem><para><varname>remove</varname> to remove the contents of other package sets</para>
- </listitem>
- <listitem><para><varname>intersect</varname> to only include packages that are also
- included in one or more other package sets</para></listitem>
</itemizedlist>
<para>
Some handler classes might require additional options for their configuration,
sets each section still requires the <varname>class</varname> option,
but to indicate that the section should generate multiple sets it's
also necessary to set the <varname>multiset</varname> option to
- <parameter>true</parameter>. The <varname>world-candidate</varname>,
- <varname>extend</varname>, <varname>remove</varname> and
- <varname>intersect</varname> options are also supported like with
+ <parameter>true</parameter>. The <varname>world-candidate</varname>
+ option also supported like with
single sets (they'll apply to all sets generated by the section).
</para>
<para>
class = portage.sets.dbapi.CategorySet
multiset = true
name_pattern = $category/*
- intersect = installed
</programlisting>
</para>
<!-- TODO: reference list of available set handler classes here -->