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

(-)emerge (-1 / +2 lines)
Lines 615-624 Link Here
615
elif "--help" in myopts:
615
elif "--help" in myopts:
616
	help()
616
	help()
617
	sys.exit(0)
617
	sys.exit(0)
618
618
elif portage.secpass!=2:
619
elif portage.secpass!=2:
619
	if myaction in ["search", "info", "regen", "metadata"]:
620
	if myaction in ["search", "info", "regen", "metadata"]:
620
		pass
621
		pass
621
	elif (not myaction) and (not myfiles):
622
	elif (not myaction) and (not myfiles) and ("--resume" not in myopts):
622
		pass
623
		pass
623
	elif ("--pretend" in myopts) and (myaction in ["world","system","clean","prune","unmerge"]):
624
	elif ("--pretend" in myopts) and (myaction in ["world","system","clean","prune","unmerge"]):
624
		pass
625
		pass

Return to bug 114550