# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 27 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ targets/support/chroot-functions.sh:
+ Added --noreplace to setup_myfeatures merges so we don't blow away any
+ packages which are already installed with the proper USE flags for the given
+ target. This is for bug #211654. This is catalyst 2.0.6_pre16 for testing.
+
27 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
livecd/files/README.txt:
Added dosshd, passwd=, and nonfs to README.txt, since they were missing.
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0.6_pre15"
+__version__="2.0.6_pre16"
conf_values={}
if [ -n "${clst_CCACHE}" ]
then
export clst_myfeatures="${clst_myfeatures} ccache"
- clst_root_path=/ run_merge --oneshot --nodeps dev-util/ccache || exit 1
+ clst_root_path=/ run_merge --oneshot --nodeps --noreplace dev-util/ccache || exit 1
fi
if [ -n "${clst_DISTCC}" ]
export DISTCC_HOSTS="${clst_distcc_hosts}"
[ -e /etc/make.conf ] && \
echo 'USE="${USE} -avahi -gtk -gnome"' >> /etc/make.conf
- clst_root_path=/ run_merge --oneshot --nodeps sys-devel/distcc || exit 1
+ clst_root_path=/ run_merge --oneshot --nodeps --noreplace sys-devel/distcc || exit 1
sed -i '/USE="${USE} -avahi -gtk -gnome"/d' /etc/make.conf
mkdir -p /etc/distcc
echo "${clst_distcc_hosts}" > /etc/distcc/hosts
if [ -n "${clst_ICECREAM}" ]
then
- clst_root_path=/ run_merge --oneshot --nodeps sys-devel/icecream || exit 1
+ clst_root_path=/ run_merge --oneshot --nodeps --noreplace sys-devel/icecream || exit 1
# This sets up automatic cross-icecc-fu according to
# http://gentoo-wiki.com/HOWTO_Setup_An_ICECREAM_Compile_Cluster#Icecream_and_cross-compiling