diff options
author | Adam Mills <adam@armills.info> | 2016-05-25 12:12:56 -0400 |
---|---|---|
committer | Alexander Berntsen <bernalex@gentoo.org> | 2016-05-27 10:22:48 +0200 |
commit | a91492450d86abb34bbd05ccaf0e60d8b1c973a0 (patch) | |
tree | 40684f532629d50e8646f2e1de5bf53d301adec7 /doc | |
parent | portage.util.configparser: Commonize portable config file reading routine (diff) | |
download | portage-a91492450d86abb34bbd05ccaf0e60d8b1c973a0.tar.gz portage-a91492450d86abb34bbd05ccaf0e60d8b1c973a0.tar.bz2 portage-a91492450d86abb34bbd05ccaf0e60d8b1c973a0.zip |
Revert "Colorize packages in user sets (bug 577720)"
This reverts commit 739845a6eab95fbc44eab1b7b938c860563631d7.
The feature implemented in this commit for bug 577720 was determined to
be an overcomplicated method of colorizing user sets. Instead, this
feature will be implemented as in bug 583164. The configuration options
implemented in this reverted commit will be removed. Per bug 583164,
packages that belong to a set listed in world_sets will be colorized as
world packages. This eliminates the extra configuration and associated
complications.
See bug 583164 for more details.
Acked-by: Alexander Berntsen <bernalex@gentoo.org>
Acked-by: Zac Medico <zmedico@gentoo.org
Signed-off-by: Alexander Berntsen <bernalex@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config/sets.docbook | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook index 02135d680..749b7753a 100644 --- a/doc/config/sets.docbook +++ b/doc/config/sets.docbook @@ -57,8 +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>user-set</varname>, which determines if - given package should be colorized as a user set</para></listitem> </itemizedlist> <para> Some handler classes might require additional options for their configuration, @@ -95,7 +93,7 @@ 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> - and <varname>user-set</varname> options are also supported like with + option also supported like with single sets (they'll apply to all sets generated by the section). </para> <para> |