mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 08:26:57 +02:00
fix(config): Move USE_PYTHON into profiles.
Unlikely this is actually needed right now but it isn't hurting either. Will remove it once we move to Python 2.7.
This commit is contained in:
parent
7018c2d527
commit
a09f4ee92f
@ -7,10 +7,6 @@ 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/local/portage/stable"
|
||||
|
||||
# We initialize PORTDIR_OVERLAY here to clobber any redefinitions elsewhere.
|
||||
|
@ -127,6 +127,8 @@ BOOTSTRAP_USE="cxx unicode threads curl"
|
||||
# Default target(s) for python-r1.eclass
|
||||
PYTHON_TARGETS="python2_6"
|
||||
PYTHON_SINGLE_TARGET="python2_6"
|
||||
# TODO(marineam): remove USE_PYTHON during the 2.7 upgrade
|
||||
USE_PYTHON="2.6"
|
||||
|
||||
# ChromeOS-specific: BOARD_USE for accessing board value in cros-board.eclass
|
||||
# CROS_WORKON_TREE for cros-workon
|
||||
|
Loading…
Reference in New Issue
Block a user