From 425fb83fe06621218040e282a8915c9cd8068979 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 5 Feb 2013 17:35:21 -0800 Subject: [PATCH] fix(coreos): USE_PYTHON="2.6" Don't use python3, it is a disaster --- .../coreos-overlay/coreos/config/make.conf.amd64-host | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host index d6f9bf5c62..2bddb88aa6 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host @@ -11,6 +11,10 @@ FEATURES="allow-missing-manifests buildpkg clean-logs -collision-protect # Since our portage comes from version control, we redirect distfiles DISTDIR="/var/lib/portage/distfiles" +# Don't fool around with python3, might get bit +USE_PYTHON="2.6" + + PORTDIR="/usr/portage/" # We initialize PORTDIR_OVERLAY here to clobber any redefinitions elsewhere.