diff --git a/conf/armv7l/portage/make.conf.hardfp b/conf/armv7l/portage/make.conf.hardfp index ed594318..cab43fc4 100644 --- a/conf/armv7l/portage/make.conf.hardfp +++ b/conf/armv7l/portage/make.conf.hardfp @@ -35,6 +35,8 @@ DISTCC_HOSTS="localhost/1 192.168.1.2/8" # Package specific configuration APACHE2_MPMS="prefork" +# No Python3 Noooo +PYTHON_TARGETS="python2_7" # Filter out crap from packages INSTALL_MASK="usr/share/gtk-doc/html/*" diff --git a/conf/armv7l/portage/make.conf.softfp b/conf/armv7l/portage/make.conf.softfp index 18012c11..22e76ecb 100644 --- a/conf/armv7l/portage/make.conf.softfp +++ b/conf/armv7l/portage/make.conf.softfp @@ -34,6 +34,8 @@ DISTCC_HOSTS="localhost/1 127.0.0.1/15" # Package specific configuration APACHE2_MPMS="prefork" +# No Python3 Noooo +PYTHON_TARGETS="python2_7" # Filter out crap from packages INSTALL_MASK="usr/share/gtk-doc/html/*"