From: "Devan Franchini" <twitch153@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/layman:master commit in: layman/config_modules/makeconf/
Date: Sun, 8 Feb 2015 03:48:53 +0000 (UTC) [thread overview]
Message-ID: <1423367080.8b9f365238cb372fd104f640d6471ae4b93da352.twitch153@gentoo> (raw)
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
next reply other threads:[~2015-02-08 3:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-08 3:48 Devan Franchini [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-26 19:38 [gentoo-commits] proj/layman:master commit in: layman/config_modules/makeconf/ Devan Franchini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1423367080.8b9f365238cb372fd104f640d6471ae4b93da352.twitch153@gentoo \
--to=twitch153@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox