Clarifying the error message when path/to/ebuild is used on an ebuild that isn't...
authorJason Stubbs <jstubbs@gentoo.org>
Sun, 16 Oct 2005 14:27:28 +0000 (14:27 -0000)
committerJason 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

index 1be79e97578433ee960fdaa83cfe1cb3a6d115df..6edc87494a9c8117242f2967da11433e87bad9fd 100755 (executable)
@@ -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)