From 9e6b256989d30d3246ae4cb28def8feaef8b33a9 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Mon, 10 Mar 2008 18:06:59 +0000 Subject: [PATCH] Don't set --usepkg and --buildpkg when fetching git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1365 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ targets/support/chroot-functions.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea5341ee..f523dad4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 10 Mar 2008; Andrew Gaffney + targets/support/chroot-functions.sh: + Don't set --usepkg and --buildpkg when fetching + 07 Mar 2008; Chris Gianelloni modules/generic_stage_target.py: Change the warning thrown into make.conf when someone uses LDFLAGS so it is diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 38a7af8f..22284711 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -119,7 +119,7 @@ setup_myemergeopts(){ then export bootstrap_opts="-f" export clst_myemergeopts="${clst_myemergeopts} -f" - elif [ -n "${clst_PKGCACHE}" ] + elif [ -n "${clst_PKGCACHE}" -a -z "${clst_FETCH}" ] then export clst_myemergeopts="${clst_myemergeopts} --usepkg --buildpkg --newuse" export bootstrap_opts="-r" -- 2.26.2