diff options
-rw-r--r-- | doc/config/sets.docbook | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook index 8f93b1df2..ec8ff9a2a 100644 --- a/doc/config/sets.docbook +++ b/doc/config/sets.docbook @@ -57,12 +57,6 @@ 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, @@ -100,9 +94,8 @@ 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> @@ -132,7 +125,6 @@ class = portage.sets.dbapi.CategorySet multiset = true name_pattern = $category/* - intersect = installed </programlisting> </para> <!-- TODO: reference list of available set handler classes here --> |