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

(-)bin/emerge (-1 / +1 lines)
Lines 649-655 Link Here
649
myparams=["self","recurse"]
649
myparams=["self","recurse"]
650
add=[]
650
add=[]
651
sub=[]
651
sub=[]
652
if "--update" in myopts:
652
if "--update" in myopts or myaction in ("system", "world"):
653
	add.extend(["selective","empty"])
653
	add.extend(["selective","empty"])
654
if "--emptytree" in myopts:
654
if "--emptytree" in myopts:
655
	add.extend(["empty"])
655
	add.extend(["empty"])

Return to bug 108271