From de5bbdc286f52543607161b1bdcc4bcf8e003f1e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 10 Oct 2010 17:55:48 -0700 Subject: Use repoUserLocationList for PORTDIR_OVERLAY. --- pym/portage/package/ebuild/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/package/ebuild/config.py b/pym/portage/package/ebuild/config.py index 54876a98f..45eae7871 100644 --- a/pym/portage/package/ebuild/config.py +++ b/pym/portage/package/ebuild/config.py @@ -483,7 +483,7 @@ class config(object): #filling PORTDIR and PORTDIR_OVERLAY variable for compatibility self["PORTDIR"] = self.repositories.mainRepoLocation() self.backup_changes("PORTDIR") - portdir_overlay = list(self.repositories.repoLocationList()) + portdir_overlay = list(self.repositories.repoUserLocationList()) if self["PORTDIR"] in portdir_overlay: portdir_overlay.remove(self["PORTDIR"]) self["PORTDIR_OVERLAY"] = " ".join(portdir_overlay) -- cgit v1.2.3-1-g7c22