From: Zac Medico Date: Thu, 25 Sep 2008 01:24:00 +0000 (-0000) Subject: Bug #238550 - Set world-candidate = False for the @system since the portage X-Git-Tag: v2.2_rc10~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=efb7cd9243a7b1ce358e71c90bfc120210df29e2;p=portage.git Bug #238550 - Set world-candidate = False for the @system since the portage ebuild will now automatically add @system to world_sets on upgrade and therefore it should no longer be necessary to add it world_sets via the command line. svn path=/main/trunk/; revision=11538 --- diff --git a/cnf/sets.conf b/cnf/sets.conf index 0825f70a1..be6a5274a 100644 --- a/cnf/sets.conf +++ b/cnf/sets.conf @@ -12,6 +12,7 @@ world-candidate = False # Same as for world, though later portage versions might use a different class [system] class = portage.sets.profiles.PackagesSystemSet +world-candidate = False # For security there are multiple classes available, but differences are # rather small (normally there should be no visible difference):