fix(profiles): Add 'curl' to bootstrap use flags.

We are still using the Google toolchain which is in git, so add curl
support the bootstrapped git package so it can fetch the toolchain.
This commit is contained in:
Michael Marineau 2013-06-20 17:49:40 -04:00
parent 2e4405c3ec
commit 3f94c8ab1e

View File

@ -120,7 +120,8 @@ PYTHONDONTWRITEBYTECODE="1"
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Add default USE value for bootstrap and rename it from STAGE1_USE to BOOTSTRAP_USE
# threads is included to work around a use dep issue in our old python ebuilds
BOOTSTRAP_USE="cxx unicode threads"
# curl is included to let stage2 fetch toolchains from git
BOOTSTRAP_USE="cxx unicode threads curl"
# Mike Gilbert <floppym@gentoo.org> (15 May 2012)
# Default target(s) for python-r1.eclass