commit:     8b9f365238cb372fd104f640d6471ae4b93da352
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  8 03:42:40 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sun Feb  8 03:44:40 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=8b9f3652

makeconf.py: Rewrites overlay names to make.conf

If make.conf is not present on the system and layman-updater is ran
then the presently installed overlays will be written to the make.conf
file.

---
 layman/config_modules/makeconf/makeconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layman/config_modules/makeconf/makeconf.py 
b/layman/config_modules/makeconf/makeconf.py
index 6a6890c..bb12bc9 100644
--- a/layman/config_modules/makeconf/makeconf.py
+++ b/layman/config_modules/makeconf/makeconf.py
@@ -255,7 +255,7 @@ class ConfigHandler:
                         self.extra.append(o)
 
         else:
-            self.overlays = []
+            self.overlays = [self.db[i] for i in self.db]
             self.data     = 'PORTDIR_OVERLAY="\n"\n'
 
         self.extra = [i for i in self.extra

Reply via email to