diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-05-31 15:15:26 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-05-31 15:15:26 +0100 |
commit | c0b70479d72c363bdb79848b6147df1ad6eed08d (patch) | |
tree | 4eec629770a5cf06cfd508b898bf23f20d81bc2d | |
parent | 45fda978fce158a8f18ed4ed91d641077a5fe7fb (diff) |
if we really want calamares, we really want python3.4 too
-rw-r--r-- | conf/intel/portage/make.conf.amd64 | 5 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.x86 | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index b791dad..badbc4b 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -52,9 +52,8 @@ CONFIG_PROTECT_MASK="/etc/skel /lib/modules" APACHE2_MPMS="prefork" GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://archive.mmu.edu.my/gentoo rsync://gentoo.bloodhost.ru/gentoo-distfiles ftp://gentoo.mirrors.tds.net/gentoo ftp://ftp.halifax.rwth-aachen.de/gentoo/ rsync://mirror.neolabs.kz/gentoo http://ftp.gentoo.bg/ http://ftp.cc.uoc.gr/mirrors/linux/gentoo/ ftp://ftp.cc.uoc.gr/mirrors/linux/gentoo/ ftp://mirrors.tera-byte.com/pub/gentoo" -USE_PYTHON="2.7" -PYTHON_TARGETS="python2_7" -PYTHON_SINGLE_TARGET="python2_7" +USE_PYTHON="2.7 3.4" +PYTHON_TARGETS="python2_7 python3_4" # Some more forced targets PHP_TARGETS="php5-4" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index 321f6ad..cc78d91 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -55,9 +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" -PYTHON_TARGETS="python2_7" -PYTHON_SINGLE_TARGET="python2_7" +USE_PYTHON="2.7 3.4" +PYTHON_TARGETS="python2_7 python3_4" # Other forced targets PHP_TARGETS="php5-4" |