fix to turn off auto-use for GRP builds
authorDaniel Robbins <drobbins@gentoo.org>
Sun, 9 Nov 2003 01:55:48 +0000 (01:55 +0000)
committerDaniel Robbins <drobbins@gentoo.org>
Sun, 9 Nov 2003 01:55:48 +0000 (01:55 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@73 d1e1f19c-881f-0410-ab34-b69fee027534

targets/grp/grp.sh

index 0d8a8dc0569b208b608f49122891e055ba752160..03ee53cb67a2ec46f7d3e7100322a8851ef3dfc5 100755 (executable)
@@ -1,6 +1,6 @@
 # Copyright 1999-2003 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/Attic/grp.sh,v 1.1 2003/11/09 01:51:30 drobbins Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/Attic/grp.sh,v 1.2 2003/11/09 01:55:48 drobbins Exp $
 
 case $1 in
 enter)
@@ -28,7 +28,8 @@ run)
        export CONFIG_PROTECT="-*"
        
        USE="build" emerge portage
-       
+       #turn off auto-use:
+       export USE_ORDER="env:conf:defaults"    
        if [ "$clst_grp_type" = "pkgset" ]
        then
                unset DISTDIR