# ChangeLog for catalyst
-# Copyright 1999-2011 Gentoo Foundation; 2008-2010 Various authors (see AUTHORS)
+# Copyright 1999-2011 Gentoo Foundation; 2008-2011 Various authors (see AUTHORS)
# Distributed under the GPL v2
# $Id$
+ 10 Apr 2011; Raúl Porcel <armin76@gentoo.org> catalyst,
+ targets/support/chroot-functions.sh:
+ This is catalyst 2.0.6.915
+
+ 10 Apr 2011; Raúl Porcel <armin76@gentoo.org>
+ targets/support/chroot-functions.sh:
+ Replace virtual/portage with sys-apps/portage, bug #358847
+
05 Feb 2011; Raúl Porcel <armin76@gentoo.org> catalyst:
This is catalyst 2.0.6.914
import catalyst.util
__maintainer__="Chris Gianelloni <wolf31o2@wolf31o2.org>"
-__version__="2.0.6.914"
+__version__="2.0.6.915"
conf_values={}
def version():
print "Catalyst, version "+__version__
print "Copyright 2003-2008 Gentoo Foundation"
- print "Copyright 2008-2010 various authors"
+ print "Copyright 2008-2011 various authors"
print "Distributed under the GNU General Public License version 2.1\n"
def parse_config(myconfig):
# portage to avoid frying our /etc/make.conf file. Otherwise, we could
# just let emerge system could merge it.
[ -e /etc/make.conf ] && echo 'USE="${USE} build"' >> /etc/make.conf
- run_merge --oneshot --nodeps virtual/portage
+ run_merge --oneshot --nodeps sys-apps/portage
sed -i '/USE="${USE} build"/d' /etc/make.conf
}