From 6ae828fbda08e9b185774f029be992ebea65c8f6 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Mon, 3 Oct 2005 13:28:14 +0000 Subject: final fixup (ebuild nameerror) svn path=/main/branches/2.0/; revision=2080 --- bin/ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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") -- cgit v1.2.3-1-g7c22