Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: gentoo/
Date: Tue, 05 Jul 2011 16:10:07
Message-Id: 2588876d45b54fdde34ceb63416754cdc53796de.wiktor@gentoo
1 commit: 2588876d45b54fdde34ceb63416754cdc53796de
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Tue Jul 5 16:09:40 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Tue Jul 5 16:09:40 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=2588876d
7
8 gentoo/utils.py: Temporarily enable policykit
9
10 ---
11 gentoo/utils.py | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index b10ebcf..bfed066 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -1040,6 +1040,7 @@ class GentooInstall:
19 def install_setup_tools(self):
20 self._progress.set_fraction(0.0)
21 self._progress.set_text(_("Installing configuration helpers"))
22 + os.environ["USE"] = "policykit"
23 self.install_masked_package("-1 system-config-date")
24 self._progress.set_fraction(0.2)
25 self.install_masked_package("-1 system-config-keyboard")
26 @@ -1050,6 +1051,7 @@ class GentooInstall:
27 self._progress.set_fraction(0.8)
28 self.install_masked_package("-1 language-configuration-helpers")
29 self._progress.set_fraction(1.0)
30 + del os.environ["USE"]
31
32 def set_profile(self):
33 self._progress.set_fraction(0.0)