From 16bf6ad7b0bc652f0b5027ac83e9305f8e8529c5 Mon Sep 17 00:00:00 2001 From: Joost Ruis Date: Wed, 16 May 2012 09:10:13 +0000 Subject: [PATCH] [intel/portage] add PYTHON_TARGETS to make.conf --- conf/intel/portage/make.conf.amd64 | 1 + conf/intel/portage/make.conf.x86 | 1 + 2 files changed, 2 insertions(+) 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"