From c91cefb9413fd0c5cc874026912b46036355c66f Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 5 Feb 2013 18:07:42 -0800 Subject: [PATCH] feat(make_chroot): use a new gentoo stage3 Change-Id: I6364212989ca0723fd78f4658369d6becd47b4bd --- sdk_lib/make_chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_lib/make_chroot.sh b/sdk_lib/make_chroot.sh index 4992888c56..259b8a8ced 100755 --- a/sdk_lib/make_chroot.sh +++ b/sdk_lib/make_chroot.sh @@ -40,7 +40,7 @@ DEFINE_boolean delete $FLAGS_FALSE "Delete an existing chroot." DEFINE_boolean replace $FLAGS_FALSE "Overwrite existing chroot, if any." DEFINE_integer jobs -1 "How many packages to build in parallel at maximum." DEFINE_boolean fast ${DEFAULT_FAST} "Call many emerges in parallel" -DEFINE_string stage3_date "2010.03.09" \ +DEFINE_string stage3_date "20130130" \ "Use the stage3 with the given date." DEFINE_string stage3_path "" \ "Use the stage3 located on this path."