git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1368
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
+ targets/grp/grp-chroot.sh:
+ Call setup_myemergeopts after changing clst_FETCH
+
10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
targets/netboot2/netboot2-pkg.sh:
Remove a bit of unnecessary code
if [ "${clst_grp_type}" != "pkgset" ]
then
export clst_FETCH=1
+ # This is necessary since we're setting the above variable and the emerge
+ # opts have already been set
+ setup_myemergeopts
fi
run_merge --noreplace ${clst_grp_packages} || exit 1