From ad174264909ddd2650f758927a360185a2c5ecb4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 19 Sep 2006 07:20:25 +0000 Subject: Properly close the caches before reloading portage. svn path=/main/trunk/; revision=4480 --- bin/ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild') diff --git a/bin/ebuild b/bin/ebuild index e6819b9d..77391092 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) -- cgit v1.2.3-65-gdbad