Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11318 - in main/trunk: cnf doc/config
Date: Sat, 02 Aug 2008 01:35:43
Message-Id: E1KP621-0004fJ-72@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-08-02 01:35:40 +0000 (Sat, 02 Aug 2008)
3 New Revision: 11318
4
5 Modified:
6 main/trunk/cnf/sets.conf
7 main/trunk/doc/config/sets.docbook
8 Log:
9 Document the fact that use of @installed/EverythingSet makes it impossible
10 for emerge to solve blockers by automatic uninstallation of blocked packages.
11
12
13 Modified: main/trunk/cnf/sets.conf
14 ===================================================================
15 --- main/trunk/cnf/sets.conf 2008-08-02 01:27:52 UTC (rev 11317)
16 +++ main/trunk/cnf/sets.conf 2008-08-02 01:35:40 UTC (rev 11318)
17 @@ -24,7 +24,10 @@
18 class = portage.sets.security.NewAffectedSet
19 world-candidate = False
20
21 -# Again, not much to change here, though people might prefer a different name
22 +# A superset of the classic <parameter>world</parameter> target, a set created
23 +# by this class contains SLOT atoms to match all installed packages. Note that
24 +# use of this set makes it impossible for emerge to solve blockers by automatic
25 +# uninstallation of blocked packages.
26 [installed]
27 class = portage.sets.dbapi.EverythingSet
28 world-candidate = False
29
30 Modified: main/trunk/doc/config/sets.docbook
31 ===================================================================
32 --- main/trunk/doc/config/sets.docbook 2008-08-02 01:27:52 UTC (rev 11317)
33 +++ main/trunk/doc/config/sets.docbook 2008-08-02 01:35:40 UTC (rev 11318)
34 @@ -443,7 +443,9 @@
35 <title>portage.sets.dbapi.EverythingSet</title>
36 <para>
37 A superset of the classic <parameter>world</parameter> target, a set created
38 - by this class contains SLOT atoms to match all installed packages.
39 + by this class contains SLOT atoms to match all installed packages. Note that
40 + use of this set makes it impossible for emerge to solve blockers by automatic
41 + uninstallation of blocked packages.
42 </para>
43
44 <sect3>