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:19:08
Message-Id: 9b76711a334f626fe7c6749f2abffacd92c6a03c.wiktor@gentoo
1 commit: 9b76711a334f626fe7c6749f2abffacd92c6a03c
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Jul 6 11:18:21 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Jul 6 11:18:21 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=9b76711a
7
8 gentoo/utils.py: skip _get_langpacks()
9
10 ---
11 gentoo/utils.py | 5 ++---
12 1 files changed, 2 insertions(+), 3 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index 42671b2..4afed3f 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -1060,9 +1060,8 @@ class GentooInstall:
19 self.spawn_chroot("eselect profile set "+self._anaconda.profile)
20 self._progress.set_fraction(1.0)
21
22 - #def _get_langpacks(self):
23 - # return [x.strip() for x in LANGUAGE_PACKS.split("\n") if \
24 - # (not x.strip().startswith("#")) and x.strip()]
25 + def _get_langpacks(self):
26 + return None
27
28 def __get_langs(self):
29 def_lang = self._anaconda.instLanguage.instLang