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 D48FB139694 for ; Mon, 3 Apr 2017 15:36:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73B23E083E; Mon, 3 Apr 2017 15:36:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 50C1EE083E for ; Mon, 3 Apr 2017 15:36:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C0F4633BEBE for ; Mon, 3 Apr 2017 15:36:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35ECF72DC for ; Mon, 3 Apr 2017 15:36:20 +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: <1491233764.b5ce707d8bfa64ad51d2f5fded649f021d1562bd.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: b5ce707d8bfa64ad51d2f5fded649f021d1562bd X-VCS-Branch: master Date: Mon, 3 Apr 2017 15:36:20 +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: f4198c36-a9c3-4d1a-bf4d-2022092b08e1 X-Archives-Hash: 470ad0ce766ac0deca5453323393fe3b commit: b5ce707d8bfa64ad51d2f5fded649f021d1562bd Author: Michael Haubenwallner gentoo org> AuthorDate: Mon Apr 3 15:36:04 2017 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Mon Apr 3 15:36:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ce707d profiles/prefix: disable python3_4, we have 3_5 already (#575096) 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 80957ae11ba..25d0d80f4e9 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="${PYTHON_TARGETS} python3_5" +PYTHON_TARGETS="-python3_4 python3_5"