Replace virtual/portage with sys-apps/portage, bug #358847
authorRaúl Porcel <armin76@gentoo.org>
Sun, 10 Apr 2011 17:08:13 +0000 (17:08 +0000)
committerRaúl Porcel <armin76@gentoo.org>
Sun, 10 Apr 2011 17:08:13 +0000 (17:08 +0000)
ChangeLog
targets/support/chroot-functions.sh

index 2e0f47b1bd65879704dc7fcdc1cffde774122533..6f9d6a5a592d7ff87313690366e46efa0436ae6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
 # 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
index f1bdb7f232ad707d59b231bcf6871e646a2e8093..ee605e5aaeeb4f5b29b75f75dd258a0616455e3e 100644 (file)
@@ -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
 }