From 9b272df4e263a3a1f18fadce52e15d1e8b206b2b Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Tue, 20 Jan 2009 16:45:13 -0600 Subject: [PATCH] Remove --noreplace from run_merge call so that baselayout gets rebuilt with USE=build --- ChangeLog | 5 +++++ targets/stage1/stage1-chroot.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 728b91f7..3f06ed45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 + 20 Jan 2009; Andrew Gaffney + targets/stage1/stage1-chroot.sh: + Remove --noreplace from run_merge call so that baselayout gets rebuilt + with USE=build + 16 Jan 2009; Andrew Gaffney targets/support/rc-update.sh: Change invalid atom '>=sys-apps/baselayout-2*' to diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index dcd7494e..c3ab2ec3 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -33,6 +33,6 @@ make_destpath /tmp/stage1root [ -e /etc/make.conf ] && \ echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \ >> /etc/make.conf -run_merge "--noreplace --oneshot ${clst_buildpkgs}" +run_merge "--oneshot ${clst_buildpkgs}" sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \ /etc/make.conf -- 2.26.2