Gentoo Archives: gentoo-commits

From: "Marius Mauch (genone)" <genone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11595 - main/trunk/pym/portage/sets
Date: Sun, 28 Sep 2008 22:36:46
Message-Id: E1Kk4sd-0002By-Gj@stork.gentoo.org
1 Author: genone
2 Date: 2008-09-28 22:36:42 +0000 (Sun, 28 Sep 2008)
3 New Revision: 11595
4
5 Modified:
6 main/trunk/pym/portage/sets/__init__.py
7 Log:
8 make sure that cli-defined sets aren't added to @world
9
10 Modified: main/trunk/pym/portage/sets/__init__.py
11 ===================================================================
12 --- main/trunk/pym/portage/sets/__init__.py 2008-09-28 22:28:19 UTC (rev 11594)
13 +++ main/trunk/pym/portage/sets/__init__.py 2008-09-28 22:36:42 UTC (rev 11595)
14 @@ -37,6 +37,7 @@
15 self.errors = []
16 if not setname in self.psets:
17 options["name"] = setname
18 + options["world-candidate"] = "False"
19
20 # for the unlikely case that there is already a section with the requested setname
21 import random