aboutsummaryrefslogtreecommitdiff
path: root/gentoo
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-06 11:18:21 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-06 11:18:21 +0000
commit9b76711a334f626fe7c6749f2abffacd92c6a03c (patch)
tree73c67d9bbca55a65373fd1b25bbc2ec706c3554c /gentoo
parentgentoo/utils.py: install_setup_tools: filter out some USE flags (diff)
downloadanaconda-9b76711a334f626fe7c6749f2abffacd92c6a03c.tar.gz
anaconda-9b76711a334f626fe7c6749f2abffacd92c6a03c.tar.bz2
anaconda-9b76711a334f626fe7c6749f2abffacd92c6a03c.zip
gentoo/utils.py: skip _get_langpacks()
Diffstat (limited to 'gentoo')
-rw-r--r--gentoo/utils.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py
index 42671b2..4afed3f 100644
--- a/gentoo/utils.py
+++ b/gentoo/utils.py
@@ -1060,9 +1060,8 @@ class GentooInstall:
self.spawn_chroot("eselect profile set "+self._anaconda.profile)
self._progress.set_fraction(1.0)
- #def _get_langpacks(self):
- # return [x.strip() for x in LANGUAGE_PACKS.split("\n") if \
- # (not x.strip().startswith("#")) and x.strip()]
+ def _get_langpacks(self):
+ return None
def __get_langs(self):
def_lang = self._anaconda.instLanguage.instLang