From 1429a50f4e80a44521ba0ab65e61b85ccbbe940b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 1 Mar 2017 15:11:14 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- portage/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index 3b438c3..131b8a7 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -40,8 +40,8 @@ QEMU_USER_TARGETS="i386 x86_64" #PHP_TARGETS="php5-5 php5-6" -USE_PYTHON='2.7 3.4' -PYTHON_TARGETS="python2_7 python3_4" +USE_PYTHON='2.7 3.4 3.5' +PYTHON_TARGETS="python2_7 python3_4 python3_5" PYTHON_SINGLE_TARGET="python3_4" CPU_FLAGS_X86="mmx sse sse2 sse3 ssse3" -- 2.39.5