summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-07-01 15:18:38 +0000
committerNed Ludd <solar@gentoo.org>2006-07-01 15:18:38 +0000
commita727207ba2371c5a88aa99c5ded300068fff61e0 (patch)
tree678b427c894b4040c446ab5ba95109b6581875a2 /bin
parentf06247853a6746621dc48135e8fbb4761ab1562a (diff)
downloadportage-a727207ba2371c5a88aa99c5ded300068fff61e0.tar.gz
portage-a727207ba2371c5a88aa99c5ded300068fff61e0.tar.bz2
portage-a727207ba2371c5a88aa99c5ded300068fff61e0.zip
- multi-package emerge now prints the sequence highlighting count and cpv to visually stand out in wondercolors...
svn path=/main/trunk/; revision=3742
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 818b393a3..4965d5f76 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -1792,7 +1792,7 @@ class depgraph:
pkgindex=3
y = self.portdb.findname(x[pkgindex])
if "--pretend" not in self.myopts:
- print ">>> Emerging ("+str(mergecount)+" of "+str(len(mymergelist))+")",x[pkgindex],"to",x[1]
+ print "\n>>> Emerging ("+yellow(str(mergecount))+" of "+yellow(str(len(mymergelist)))+")",green(x[pkgindex]),"to",x[1]
emergelog(xterm_titles, " >>> emerge ("+\
str(mergecount)+" of "+str(len(mymergelist))+\
") "+x[pkgindex]+" to "+x[1])