# Distributed under the GPL v2
# $Id$
+ 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>
modules/catalyst/arch/amd64.py:
Enable new amd64 subarches
# 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
}