svn path=/main/branches/2.0/; revision=2079
if len(pargs) != 2:
print "config must be called on it's own, not combined with any other phase"
sys.exit(1)
- ebuild = pargs[0]
- pargs = actionmap_targets + others
- root = getroot()
+ pargs = [pargs[0]] + actionmap_targets + others
+else:
+ ebuild = pargs.pop(0)
+ try: pargs.remove("clean")
+ except ValueError: cleanse_first = False
+ else: cleanse_first = True
+
+root = getroot()
for x in pargs:
try: