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 6A033139694 for ; Wed, 5 Apr 2017 14:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C59BE21C090; Wed, 5 Apr 2017 14:12:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A41B321C090 for ; Wed, 5 Apr 2017 14:12:03 +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 9DBE834168B for ; Wed, 5 Apr 2017 14:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CCF273FE for ; Wed, 5 Apr 2017 14:12:01 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1491401489.b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c.haubi@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: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c X-VCS-Branch: master Date: Wed, 5 Apr 2017 14:12:01 +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: ea7ac60c-6d94-4295-8cd9-6931c6430828 X-Archives-Hash: 9052e5ba5d3156ca43f73a85d3604594 commit: b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Apr 5 14:11:29 2017 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Apr 5 14:11:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d513a6 profiles/prefix: PYTHON_TARGETS is not incremental: just set to 2_7+3_5 profiles/prefix/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 25d0d80f4e9..3a50bb6258d 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -13,4 +13,4 @@ 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="-python3_4 python3_5" +PYTHON_TARGETS="python2_7 python3_5"