Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 141643
Collapse All | Expand All

(-)emerge (-3 / +3 lines)
Lines 1216-1224 Link Here
1216
			print "\n!!! Problems have been detected with your world file"
1216
			print "\n!!! Problems have been detected with your world file"
1217
			print "!!! Please run "+green("emaint --check world")+"\n"
1217
			print "!!! Please run "+green("emaint --check world")+"\n"
1218
1218
1219
		if missing_atoms and "--verbose" in self.myopts:
1219
		if missing_atoms:
1220
			print "\n!!! Packages for the following atoms are either all"
1220
			print "\n"+red("!!!")+" Ebuilds for the following packages are either all"
1221
			print "!!! masked or don't exist:"
1221
			print red("!!!")+" masked or don't exist:"
1222
			print " ".join(missing_atoms) + "\n"
1222
			print " ".join(missing_atoms) + "\n"
1223
1223
1224
		return 1
1224
		return 1

Return to bug 141643