From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32EA5138334 for ; Sat, 23 Jun 2018 23:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B794E091F; Sat, 23 Jun 2018 23:22:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F04EAE091F for ; Sat, 23 Jun 2018 23:22:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48599335CA2 for ; Sat, 23 Jun 2018 23:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDFEA2C4 for ; Sat, 23 Jun 2018 23:22:50 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1529796170.4a777ba454a6e2390cd303e8dc2ab6c554ad7a3b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/make.defaults X-VCS-Directories: profiles/prefix/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4a777ba454a6e2390cd303e8dc2ab6c554ad7a3b X-VCS-Branch: master Date: Sat, 23 Jun 2018 23:22:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e0523a1a-4706-43fc-a543-650fc9e86736 X-Archives-Hash: c55bbfc015b6dab84d3497ff0fb6f5a0 commit: 4a777ba454a6e2390cd303e8dc2ab6c554ad7a3b Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jun 23 23:22:33 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jun 23 23:22:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a777ba4 profiles/prefix: restore python3.6 defaults profiles/prefix/make.defaults | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 3c8c9964ce4..a50334dc5a4 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -8,5 +8,12 @@ # ssl: encrypted connections are a nice feature USE="readline zlib ncurses ssl" + +# Python 3.6 is unmasked for us, build stuff by default with latest to +# avoid unnecessary builds +# NOTE: Both are incremental variables: Need to drop obsolete base values. +PYTHON_TARGETS="python2_7 -python3_5 python3_6" +PYTHON_SINGLE_TARGET="-python3_5 python3_6" + # Move away from ruby22 fast forward to ruby24, we don't have ruby23 RUBY_TARGETS="ruby24"