Made sure bindist was used for all emerges in GRP.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 7 Jul 2005 18:57:13 +0000 (18:57 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 7 Jul 2005 18:57:13 +0000 (18:57 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@766 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/grp/grp-chroot.sh

index 44b7d40f185326dd7801202443265c69e1de0eae..54af1258495978b7c480730285c0a4409e25e094 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.300 2005/07/07 18:48:08 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.301 2005/07/07 18:57:13 wolf31o2 Exp $
+
+  07 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/grp/grp-chroot.sh:
+  Made sure bindist was used for all emerges in GRP.
 
   07 Jul 2005; Eric Edgar <rocket@gentoo.org> targets/grp/grp-chroot.sh:
   Fix USE flags for grp build
index 2e131db0fd79820fc64ee54c279ecd9c4585fd7d..21840af9d48d92d15200e8599f07707a16445537 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.18 2005/07/07 18:48:08 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.19 2005/07/07 18:57:13 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
@@ -25,7 +25,7 @@ export USE_ORDER="env:pkg:conf:defaults"
 
 unset DISTDIR
 #don't grab MS core fonts, etc.
-export USE="${USE} ${clst_grp_use}"
+export USE="${USE} ${clst_grp_use} bindist"
        
 if [ "${clst_grp_type}" = "pkgset" ]
 then
@@ -48,10 +48,8 @@ then
                        read -s -n 1
                fi
        fi
-       
        emerge --usepkg --buildpkg --noreplace --newuse ${clst_myemergeopts} ${clst_grp_packages} || exit 1
 else
-       export USE="${USE} bindist"
        DISTDIR="/tmp/grp/${clst_grp_target}" emerge --fetchonly ${clst_grp_packages} || exit 1
        unset PKGDIR
 fi