fix(coreos): USE_PYTHON="2.6"

Don't use python3, it is a disaster
This commit is contained in:
Brandon Philips 2013-02-05 17:35:21 -08:00
parent 301d230a5c
commit 425fb83fe0

View File

@ -11,6 +11,10 @@ FEATURES="allow-missing-manifests buildpkg clean-logs -collision-protect
# Since our portage comes from version control, we redirect distfiles # Since our portage comes from version control, we redirect distfiles
DISTDIR="/var/lib/portage/distfiles" DISTDIR="/var/lib/portage/distfiles"
# Don't fool around with python3, might get bit
USE_PYTHON="2.6"
PORTDIR="/usr/portage/" PORTDIR="/usr/portage/"
# We initialize PORTDIR_OVERLAY here to clobber any redefinitions elsewhere. # We initialize PORTDIR_OVERLAY here to clobber any redefinitions elsewhere.