From 837bc4d78824ea30f52718059dcc96d8a23d72d0 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 21 Jan 2016 19:17:12 +0100 Subject: [PATCH] profiles/prefix/make.defaults: add python3_5 to PYTHON_TARGETS --- profiles/prefix/make.defaults | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 9d648919deef..32d8a4c30547 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -10,3 +10,8 @@ USE="readline zlib ncurses ssl" FEATURES="collision-protect" + +# Python 3.5 is unmasked for us, build stuff by default, in particular +# for bug #572502 where the default python is set to 3.5 for it was +# built first. +PYTHON_TARGETS="${PYTHON_TARGETS} python3_5" -- 2.26.2