mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 01:51:09 +02:00
fix(coreos): USE_PYTHON="2.6"
Don't use python3, it is a disaster
This commit is contained in:
parent
301d230a5c
commit
425fb83fe0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user