From: Alec Warner Date: Mon, 15 May 2006 12:50:50 +0000 (-0000) Subject: Fix for bug 133363, thanks to for reporting. X-Git-Tag: v2.1_rc2~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=79d735b760262ebc4bd524aa5a63cfca263ad182;p=portage.git Fix for bug 133363, thanks to for reporting. svn path=/main/trunk/; revision=3360 --- diff --git a/bin/emerge b/bin/emerge index c5746aa58..faca3019c 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2311,7 +2311,7 @@ def unmerge(unmerge_action, unmerge_files): #avoid cluttering the preview printout with stuff that isn't getting unmerged continue if not (pkgmap[x]["protected"] or pkgmap[x]["omitted"]) and (x in syslist): - print red("\a\n\n!!! '%s' is part of your system profile." % mykey) + print red("\a\n\n!!! '%s' is part of your system profile." % x) print yellow("\a!!! Unmerging it may be damaging to your system.\n") if "--pretend" not in myopts and "--ask" not in myopts: global EMERGE_WARNING_DELAY