From 4fc2c3882a846b2fa22072b009367026a34f9e43 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Sun, 9 Nov 2003 01:55:48 +0000 Subject: [PATCH] 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 --- targets/grp/grp.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.26.2