projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
020aa4c
)
Clarifying the error message when path/to/ebuild is used on an ebuild that isn't...
author
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 16 Oct 2005 14:27:28 +0000
(14:27 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 16 Oct 2005 14:27:28 +0000
(14:27 -0000)
svn path=/main/branches/2.0/; revision=2138
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 1be79e97578433ee960fdaa83cfe1cb3a6d115df..6edc87494a9c8117242f2967da11433e87bad9fd 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-1080,7
+1080,7
@@
class depgraph:
print red("*** page for details.")
countdown(EMERGE_WARNING_DELAY, "Continuing...")
else:
- print red("\n***
"+x+" does not exist"
)
+ print red("\n***
%s is not in a valid PORTDIR heirarchy or does not exist" % x
)
sys.exit(1)
if not self.create(["ebuild",portage.root,mykey],None,"--onlydeps" not in myopts):
return (0,myfavorites)