From: Brian Harring Date: Mon, 3 Oct 2005 13:28:14 +0000 (-0000) Subject: final fixup (ebuild nameerror) X-Git-Tag: v2.0.53_rc4_2111~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ae828fbda08e9b185774f029be992ebea65c8f6;p=portage.git final fixup (ebuild nameerror) svn path=/main/branches/2.0/; revision=2080 --- diff --git a/bin/ebuild b/bin/ebuild index 133c04262..619e6ec5b 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -67,7 +67,8 @@ if len(pargs) > 1 and "noauto" not in portage.features: if len(pargs) != 2: print "config must be called on it's own, not combined with any other phase" sys.exit(1) - pargs = [pargs[0]] + actionmap_targets + others + ebuild = pargs[0] + pargs = actionmap_targets + others else: ebuild = pargs.pop(0) try: pargs.remove("clean")