--- /home/skyfw/code/gentoo-src/portage/bin/emerge 2005-04-07 21:19:55.000000000 -0400 +++ emerge 2005-04-19 22:38:06.373509272 -0400 @@ -154,8 +154,8 @@ "--emptytree", "--fetchonly", "--fetch-all-uri", "--getbinpkg", "--getbinpkgonly", -"--help", "--noconfmem", -"--newuse", +"--help", "--nocolor", +"--noconfmem", "--newuse", "--nodeps", "--noreplace", "--nospinner", "--oneshot", "--onlydeps", "--pretend", @@ -224,6 +224,8 @@ continue if len(x)>=2 and x[0:2]=="--": if x in options: + if x == "--nocolor": + nocolor() myopts.append(x) elif x[2:] in actions: if x[2:]=="rsync" or x=="rsync":