projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631c83c
)
Use repoUserLocationList for PORTDIR_OVERLAY.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Oct 2010 00:55:48 +0000
(17:55 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Oct 2010 00:55:48 +0000
(17:55 -0700)
pym/portage/package/ebuild/config.py
patch
|
blob
|
history
diff --git
a/pym/portage/package/ebuild/config.py
b/pym/portage/package/ebuild/config.py
index 54876a98f0882a114329427443759dad417d2ba7..45eae7871cbfca7f6b18e5ed828dfd16cf786fcb 100644
(file)
--- 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.repo
User
LocationList())
if self["PORTDIR"] in portdir_overlay:
portdir_overlay.remove(self["PORTDIR"])
self["PORTDIR_OVERLAY"] = " ".join(portdir_overlay)