From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AE40C1388BF for ; Wed, 6 Jan 2016 18:44:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2370DE084D; Wed, 6 Jan 2016 18:44:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB28FE084D for ; Wed, 6 Jan 2016 18:44:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D140E340A5D for ; Wed, 6 Jan 2016 18:44:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BC9AA2C for ; Wed, 6 Jan 2016 18:44:24 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1452105856.2754a3a5b42d26b5b5e884b5b62f484016ba8b84.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/prefix/make.defaults X-VCS-Directories: profiles/features/prefix/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 2754a3a5b42d26b5b5e884b5b62f484016ba8b84 X-VCS-Branch: master Date: Wed, 6 Jan 2016 18:44:24 +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: 7ecbd548-144b-4330-9aba-745b9285a8b2 X-Archives-Hash: 17df68e39b88d2aafb865b89521fc5a3 commit: 2754a3a5b42d26b5b5e884b5b62f484016ba8b84 Author: Fabian Groffen gentoo org> AuthorDate: Wed Jan 6 18:43:57 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Jan 6 18:44:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2754a3a5 profiles/features/prefix/make.defaults: drop python targets override, we've got all versions profiles/features/prefix/make.defaults | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiles/features/prefix/make.defaults b/profiles/features/prefix/make.defaults index 7357c5b..4884f1f 100644 --- a/profiles/features/prefix/make.defaults +++ b/profiles/features/prefix/make.defaults @@ -18,6 +18,3 @@ FEATURES="${FEATURES} -sandbox" # this probably already is like this, but we assure that in prefix we # have a GNU userland USERLAND="GNU" - -# Python 3.4 isn't in prefix yet. -USE="python_targets_python3_3 -python_targets_python3_4"