public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] catalyst r1396 - in trunk: . targets/stage1
@ 2008-04-16 17:59 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; only message in thread
From: Chris Gianelloni (wolf31o2) @ 2008-04-16 17:59 UTC (permalink / raw
  To: gentoo-commits

Author: wolf31o2
Date: 2008-04-16 17:59:58 +0000 (Wed, 16 Apr 2008)
New Revision: 1396

Modified:
   trunk/ChangeLog
   trunk/targets/stage1/stage1-chroot.sh
Log:
We don't need --newuse if we're not using binary packages, so there's no need for it here.

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-13 21:55:03 UTC (rev 1395)
+++ trunk/ChangeLog	2008-04-16 17:59:58 UTC (rev 1396)
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  16 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/stage1/stage1-chroot.sh:
+  We don't need --newuse if we're not using binary packages, so there's no
+  need for it here.
+
   13 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/livecd-stage2/livecd-stage2-controller.sh:
   Added initial framework for creating the CD's root on livecd/livedvd.

Modified: trunk/targets/stage1/stage1-chroot.sh
===================================================================
--- trunk/targets/stage1/stage1-chroot.sh	2008-04-13 21:55:03 UTC (rev 1395)
+++ trunk/targets/stage1/stage1-chroot.sh	2008-04-16 17:59:58 UTC (rev 1396)
@@ -33,6 +33,6 @@
 [ -e /etc/make.conf ] && \
 	echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \
 	>> /etc/make.conf
-run_merge "--noreplace --oneshot --newuse ${clst_buildpkgs}"
+run_merge "--noreplace --oneshot ${clst_buildpkgs}"
 sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \
 	/etc/make.conf

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-16 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-16 17:59 [gentoo-commits] catalyst r1396 - in trunk: . targets/stage1 Chris Gianelloni (wolf31o2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox