From 79d735b760262ebc4bd524aa5a63cfca263ad182 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Mon, 15 May 2006 12:50:50 +0000 Subject: Fix for bug 133363, thanks to for reporting. svn path=/main/trunk/; revision=3360 --- bin/emerge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22