projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f792724
)
final fixup (ebuild nameerror)
author
Brian Harring
<ferringb@gentoo.org>
Mon, 3 Oct 2005 13:28:14 +0000
(13:28 -0000)
committer
Brian Harring
<ferringb@gentoo.org>
Mon, 3 Oct 2005 13:28:14 +0000
(13:28 -0000)
svn path=/main/branches/2.0/; revision=2080
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index 133c04262989b0fda429db7129cecbbb807e2d18..619e6ec5b4d63da6db05450e052198701fd5b219 100755
(executable)
--- 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")