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: Wed, 06 Jul 2011 11:51:56
Message-Id: 275f0e70eb1c33affa5a61fbed790fd8df91ba4e.wiktor@gentoo
1 commit: 275f0e70eb1c33affa5a61fbed790fd8df91ba4e
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Jul 6 11:51:21 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Jul 6 11:51:21 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=275f0e70
7
8 gentoo/utils.py: install_setup_tools: fliter some more flags
9
10 ---
11 gentoo/utils.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index 4afed3f..a959b6e 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -1041,7 +1041,7 @@ class GentooInstall:
19 self._progress.set_fraction(0.0)
20 self._progress.set_text(_("Installing configuration helpers"))
21 shutil.copy2("/etc/resolv.conf", self._root+"/etc/")
22 - os.environ["USE"] = "policykit -gtk -X "
23 + os.environ["USE"] = "policykit -gtk -X -gpm "
24 self.install_masked_package("-1 system-config-date")
25 self._progress.set_fraction(0.2)
26 self.install_masked_package("-1 system-config-keyboard")