summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-05-15 12:50:50 +0000
committerAlec Warner <antarus@gentoo.org>2006-05-15 12:50:50 +0000
commit79d735b760262ebc4bd524aa5a63cfca263ad182 (patch)
tree603000281318d94feb462d1cb8c39dfe6d3ead25
parent30cff00d9f778c3b0d5c10d43cdeeece2dd47ab4 (diff)
downloadportage-79d735b760262ebc4bd524aa5a63cfca263ad182.tar.gz
portage-79d735b760262ebc4bd524aa5a63cfca263ad182.tar.bz2
portage-79d735b760262ebc4bd524aa5a63cfca263ad182.zip
Fix for bug 133363, thanks to <world.root@gmail.com> for reporting.
svn path=/main/trunk/; revision=3360
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
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