git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1389
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 06 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ modules/catalyst_support.py:
+ Added a small patch from Tim Yamin <tim.yamin@zonbu.com> to fix make.conf
+ parsing of variables with numbers in them. This is catalyst 2.0.6_pre17 for
+ testing.
+
06 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/stage1/stage1-chroot.sh:
Change back to using sys-apps/baselayout. We'll need to come up with a
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0.6_pre16"
+__version__="2.0.6_pre17"
conf_values={}
def parse_makeconf(mylines):
mymakeconf={}
pos=0
- pat=re.compile("([a-zA-Z_]*)=(.*)")
+ pat=re.compile("([0-9a-zA-Z_]*)=(.*)")
while pos<len(mylines):
if len(mylines[pos])<=1:
#skip blanks