From ab27761f73793006df7c0e474554b758f1175a42 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 14 Mar 2014 11:18:47 -0700 Subject: [PATCH] fix(profiles): Disable Python 3.3 use flags This is required for compatibility with the latest upstream profiles which bump Python 3 from 3.2 to 3.3. --- .../coreos-overlay/profiles/coreos/base/make.defaults | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults index f320cecba3..0c9a838653 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults @@ -22,7 +22,9 @@ USE="${USE} -zeroconf" # Override upstream's python settings USE="$USE python_targets_python2_7 python_single_target_python2_7" USE="$USE -python_targets_python3_2 -python_single_target_python3_2" +USE="$USE -python_targets_python3_3 -python_single_target_python3_3" BOOTSTRAP_USE="$BOOTSTRAP_USE -python_targets_python3_2" +BOOTSTRAP_USE="$BOOTSTRAP_USE -python_targets_python3_3" # Default licenses that are accepted for ChromiumOS builds. # If you want to accept more, use the --accept_licenses flag