summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2008-05-02 04:17:52 +0000
committerMarius Mauch <genone@gentoo.org>2008-05-02 04:17:52 +0000
commit37a999b34539547395dc86c6a6e2e3095fc4f800 (patch)
tree37214a1eb47c7fcc1b7acf978047785e18bf8f53 /pym/_emerge
parent8d2dd63139cb96dacfcce6c49bf19a20f7ef6ee4 (diff)
downloadportage-37a999b34539547395dc86c6a6e2e3095fc4f800.tar.gz
portage-37a999b34539547395dc86c6a6e2e3095fc4f800.tar.bz2
portage-37a999b34539547395dc86c6a6e2e3095fc4f800.zip
add config option for package sets to not be recorded in 'world'
svn path=/main/trunk/; revision=10077
Diffstat (limited to 'pym/_emerge')
-rw-r--r--pym/_emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index d2068f1ae..18ad9abd1 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -4738,7 +4738,7 @@ class depgraph(object):
del e
all_added = []
for k in self._sets:
- if k in ("args", "world"):
+ if k in ("args", "world") or not root_config.sets[k].world_candidate:
continue
s = SETPREFIX + k
if s in world_set: