From: Raúl Porcel Date: Sun, 10 Apr 2011 17:08:13 +0000 (+0000) Subject: Replace virtual/portage with sys-apps/portage, bug #358847 X-Git-Tag: CATALYST-2.0.10~3^2~54 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a9fff9100eec3a1d1d2885611b256cee1e3b6d73;p=catalyst.git Replace virtual/portage with sys-apps/portage, bug #358847 --- diff --git a/ChangeLog b/ChangeLog index 2e0f47b1..6f9d6a5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 10 Apr 2011; Raúl Porcel + targets/support/chroot-functions.sh: + Replace virtual/portage with sys-apps/portage, bug #358847 + 05 Feb 2011; Raúl Porcel modules/catalyst/arch/amd64.py: Enable new amd64 subarches diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index f1bdb7f2..ee605e5a 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -167,7 +167,7 @@ setup_pkgmgr(){ # 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 }