diff options
-rwxr-xr-x | bin/ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild index e6819b9da..773910929 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -66,7 +66,7 @@ else: overlay = "/".join(ebuild_split[:-2]) os.environ["PORTDIR_OVERLAY"] = os.environ.get("PORTDIR_OVERLAY","") + " " + overlay print "Appending %s to PORTDIR_OVERLAY..." % overlay - + portage.close_portdbapi_caches() reload(portage) portage_ebuild = portage.portdb.findname(cpv) |