feat(make_chroot): use a new gentoo stage3

Change-Id: I6364212989ca0723fd78f4658369d6becd47b4bd
This commit is contained in:
Brandon Philips 2013-02-05 18:07:42 -08:00
parent d6b1b47abb
commit c91cefb941

View File

@ -40,7 +40,7 @@ DEFINE_boolean delete $FLAGS_FALSE "Delete an existing chroot."
DEFINE_boolean replace $FLAGS_FALSE "Overwrite existing chroot, if any." DEFINE_boolean replace $FLAGS_FALSE "Overwrite existing chroot, if any."
DEFINE_integer jobs -1 "How many packages to build in parallel at maximum." DEFINE_integer jobs -1 "How many packages to build in parallel at maximum."
DEFINE_boolean fast ${DEFAULT_FAST} "Call many emerges in parallel" 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." "Use the stage3 with the given date."
DEFINE_string stage3_path "" \ DEFINE_string stage3_path "" \
"Use the stage3 located on this path." "Use the stage3 located on this path."