diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 6fe1ae0..ccc3edd 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -54,6 +54,7 @@ GENTOO_MIRRORS="ftp://mirrors.tera-byte.com/pub/gentoo ftp://ftp.spline.inf.fu-b ## FUCK KILL PYTHON 3 WITH FIRE ## # Avoids python.eclass to compile stuff for Python 3 USE_PYTHON="2.7" +PYTHON_TARGETS="python2_7" # Some more forced targets PHP_TARGETS="php5-3" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index f1cd074..3993195 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -57,6 +57,7 @@ GENTOO_MIRRORS="http://ftp.heanet.ie/pub/gentoo/ ftp://ftp.halifax.rwth-aachen.d ## FUCK KILL PYTHON 3 WITH FIRE ## # Avoids python.eclass to compile stuff for Python 3 USE_PYTHON="2.7" +PYTHON_TARGETS="python2_7" # Other forced targets PHP_TARGETS="php5-3"