From 3f94c8ab1ecd307933ef34a113a7d404c31dcb7b Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 20 Jun 2013 17:49:40 -0400 Subject: [PATCH] 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. --- .../src/third_party/coreos-overlay/profiles/base/make.defaults | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/base/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/base/make.defaults index 8b1bab4509..0ade1c57d1 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/base/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/base/make.defaults @@ -120,7 +120,8 @@ PYTHONDONTWRITEBYTECODE="1" # Jorge Manuel B. S. Vicetto (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 (15 May 2012) # Default target(s) for python-r1.eclass