Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/
Date: Thu, 22 Feb 2018 03:53:47
Message-Id: 1519271619.85646148865ae50e4e5702f2c707f816060ac5cf.zerochaos@gentoo
1 commit: 85646148865ae50e4e5702f2c707f816060ac5cf
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 03:53:39 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 03:53:39 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=85646148
7
8 fix copypasta, sorry
9
10 catalyst/base/stagebase.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
14 index c249295a..e98a289f 100644
15 --- a/catalyst/base/stagebase.py
16 +++ b/catalyst/base/stagebase.py
17 @@ -1231,7 +1231,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
18 if os.path.exists(overlay):
19 clear_path(overlay)
20
21 - if "sticky-config" not in self.settings["options"]):
22 + if "sticky-config" not in self.settings["options"]:
23 # re-write the make.conf to be sure it is clean
24 self.write_make_conf(setup=False)