summaryrefslogtreecommitdiff
path: root/conf/intel/portage/make.conf.x86
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-05-31 15:55:02 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-05-31 15:55:02 +0100
commit87658786cb676f0d5997e30b3765c5c3f84d48d4 (patch)
treefc66485460a1b111519cd6071e8126f712d59da0 /conf/intel/portage/make.conf.x86
parentc0b70479d72c363bdb79848b6147df1ad6eed08d (diff)
cmake2 is stupid enough to not find python3_4 so use python3_3
Diffstat (limited to 'conf/intel/portage/make.conf.x86')
-rw-r--r--conf/intel/portage/make.conf.x864
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86
index cc78d91..85390bd 100644
--- a/conf/intel/portage/make.conf.x86
+++ b/conf/intel/portage/make.conf.x86
@@ -55,8 +55,8 @@ CONFIG_PROTECT="/usr/share/config/kdm /etc"
CONFIG_PROTECT_MASK="/etc/skel /lib/modules"
GENTOO_MIRRORS="http://ftp.heanet.ie/pub/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ ftp://mirror.cambrium.nl/pub/os/linux/gentoo/ ftp://mirror.opteamax.de/gentoo/ http://ftp.heanet.ie/pub/gentoo/"
-USE_PYTHON="2.7 3.4"
-PYTHON_TARGETS="python2_7 python3_4"
+USE_PYTHON="2.7 3.3"
+PYTHON_TARGETS="python2_7 python3_3"
# Other forced targets
PHP_TARGETS="php5-4"