Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: layman/config_modules/makeconf/
Date: Sun, 08 Feb 2015 03:48:58
Message-Id: 1423367080.8b9f365238cb372fd104f640d6471ae4b93da352.twitch153@gentoo
1 commit: 8b9f365238cb372fd104f640d6471ae4b93da352
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 8 03:42:40 2015 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 8 03:44:40 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=8b9f3652
7
8 makeconf.py: Rewrites overlay names to make.conf
9
10 If make.conf is not present on the system and layman-updater is ran
11 then the presently installed overlays will be written to the make.conf
12 file.
13
14 ---
15 layman/config_modules/makeconf/makeconf.py | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/layman/config_modules/makeconf/makeconf.py b/layman/config_modules/makeconf/makeconf.py
19 index 6a6890c..bb12bc9 100644
20 --- a/layman/config_modules/makeconf/makeconf.py
21 +++ b/layman/config_modules/makeconf/makeconf.py
22 @@ -255,7 +255,7 @@ class ConfigHandler:
23 self.extra.append(o)
24
25 else:
26 - self.overlays = []
27 + self.overlays = [self.db[i] for i in self.db]
28 self.data = 'PORTDIR_OVERLAY="\n"\n'
29
30 self.extra = [i for i in self.extra