From 2e4405c3ec9741809496d14aa852d0170f83addb Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 20 Jun 2013 02:18:00 -0400 Subject: [PATCH] fix(profiles): Add 'threads' to the bootstrap use flags This works around a dependency issue caused by our newer portage ebuilds depending on +threads in our older python ebuilds. Will go away later. --- .../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 9cb50de537..8b1bab4509 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 @@ -119,7 +119,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 -BOOTSTRAP_USE="cxx unicode" +# threads is included to work around a use dep issue in our old python ebuilds +BOOTSTRAP_USE="cxx unicode threads" # Mike Gilbert (15 May 2012) # Default target(s) for python-r1.eclass