[intel/portage] add PYTHON_TARGETS to make.conf

This commit is contained in:
Joost Ruis 2012-05-16 09:10:13 +00:00
parent 6cecdc0597
commit 16bf6ad7b0
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"