From: Jason Stubbs Date: Sun, 16 Oct 2005 14:27:28 +0000 (-0000) Subject: Clarifying the error message when path/to/ebuild is used on an ebuild that isn't... X-Git-Tag: v2.0.53_rc6~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=591aca45762da66566b5d90147856f113f7a3e73;p=portage.git Clarifying the error message when path/to/ebuild is used on an ebuild that isn't in a normal PORTDIR structure. svn path=/main/branches/2.0/; revision=2138 --- diff --git a/bin/emerge b/bin/emerge index 1be79e975..6edc87494 100755 --- 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)