summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2015-11-19 17:55:47 -0500
committerMike Frysinger <vapier@google.com>2015-11-19 17:55:47 -0500
commit91e1d3f880a4d0b028d2eb81a6e1d40b79600455 (patch)
treebf2eb27b95848083e4cd9501b0b30086aecc0d34
parentbcb87807400114d6415bca84976cd2b21f12da65 (diff)
downloadintegration-91e1d3f880a4d0b028d2eb81a6e1d40b79600455.tar.gz
disable use of python-3 for now
It doesn't build and we don't want it (yet?), so disable it for now and wait until someone requests it to figure things out. Change-Id: Ieefc44a187ced06fdaef37deabfe8da34b86986b
-rw-r--r--portage/make.defaults.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/portage/make.defaults.in b/portage/make.defaults.in
index fce3aaa..6a758b2 100644
--- a/portage/make.defaults.in
+++ b/portage/make.defaults.in
@@ -3,6 +3,13 @@
# Various GNU packages try to install this file when no one should be.
INSTALL_MASK="charset.alias"
+# Currently no support for python-3 as it does not cross-compile. If we do
+# enable it, it also means both py2.7 and py3.x get installed simultaneously
+# which is (usually) a waste of resources. We'll wait for such a request to
+# figure out how to integrate things nicely into the build.
+PYTHON_TARGETS="-* python2_7"
+PYTHON_SINGLE_TARGET="-* python2_7"
+
# We use Bionic for our C library.
ELIBC="bionic"