From efb7cd9243a7b1ce358e71c90bfc120210df29e2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 25 Sep 2008 01:24:00 +0000 Subject: 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 --- cnf/sets.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'cnf') diff --git a/cnf/sets.conf b/cnf/sets.conf index 0825f70a..be6a5274 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): -- cgit v1.2.3-18-g5258