From a19db51e60c06f1624c1b9e0c5560265769d5404 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 23 Apr 2008 22:37:51 +0000 Subject: Bug #172812 - Automatically uninstall packages to avoid blocker conflicts. The intention is to only uninstall packages that would be removed by --depclean (after the updates) anyway. To prevent automatic uninstallation of packages that the user probably wants to keep, the following types of packages will not be automatically unmerged: * Installed packages that have been pulled into the current dependency graph. Note that this check is not necessarily complete unless the --complete-graph option is enabled, making other sanity checks necessary. * Installed packages matched by atoms from the system set. For safety, these are unmerged after being replaced by another version. * Installed packages matched by atoms from the world set, if there is no matching replacement in the current dependency graph. svn path=/main/trunk/; revision=9946 --- man/color.map.5 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') diff --git a/man/color.map.5 b/man/color.map.5 index bf63bbaed..fe333f25d 100644 --- a/man/color.map.5 +++ b/man/color.map.5 @@ -48,6 +48,10 @@ Defines color used for system packages not planned to be merged. \fBPKG_NOMERGE_WORLD\fR = \fI"blue"\fR Defines color used for world packages not planned to be merged. .TP +\fBPKG_UNINSTALL\fR = \fI"red"\fR +Defines color used for packages planned to be unmerged in order +to resolve conflicts. +.TP \fBPROMPT_CHOICE_DEFAULT\fR = \fI"green"\fR Defines color used for the default choice at a prompt. .TP -- cgit v1.2.3-1-g7c22