diff options
-rwxr-xr-x | bin/ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ebuild b/bin/ebuild index a62585a5e..069dbb3ed 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -70,9 +70,8 @@ else: reload(portage) portage_ebuild = portage.portdb.findname(cpv) - if not portage_ebuild or os.path.realpath(portage_ebuild) != ebuild: - print "!!! %s does not seem to have a valid PORTDIR structure." % overlay - sys.exit(1) + print "!!! %s does not seem to have a valid PORTDIR structure." % overlay + sys.exit(1) if len(pargs) > 1 and "config" in pargs: |