From: Daniel Robbins Date: Sun, 9 Nov 2003 01:55:48 +0000 (+0000) Subject: fix to turn off auto-use for GRP builds X-Git-Tag: CATALYST_1_0_1~167 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4fc2c3882a846b2fa22072b009367026a34f9e43;p=catalyst.git fix to turn off auto-use for GRP builds git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@73 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/targets/grp/grp.sh b/targets/grp/grp.sh index 0d8a8dc0..03ee53cb 100755 --- a/targets/grp/grp.sh +++ b/targets/grp/grp.sh @@ -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