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 93C80198005 for ; Tue, 12 Mar 2013 14:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FA30E07C1; Tue, 12 Mar 2013 14:55:09 +0000 (UTC) Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.rwth-aachen.de [134.130.7.73]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D812E07A7 for ; Tue, 12 Mar 2013 14:55:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Received: from mx-out-2.rwth-aachen.de ([134.130.5.187]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0MJJ008ENYRU0S20@mta-2.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Tue, 12 Mar 2013 15:55:06 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.84,831,1355094000"; d="scan'208";a="125882547" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by mx-2.rz.rwth-aachen.de with ESMTP; Tue, 12 Mar 2013 15:55:06 +0100 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.rwth-aachen.de [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id r2CEt5Y6006557 for ; Tue, 12 Mar 2013 15:55:05 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id EE3C012E6 for ; Tue, 12 Mar 2013 15:55:06 +0100 (CET) Date: Tue, 12 Mar 2013 15:55:06 +0100 From: Helmut Jarausch Subject: [gentoo-user] PYTHON_SINGLE_TARGET To: Gentoo User Mailing List X-Mailer: Balsa 2.4.91-7-g3440dfb Message-id: <1363100106.5656.1@numa-i> X-Archives-Salt: 28363ffd-5a8e-408a-a1a3-fdef910d2da1 X-Archives-Hash: 0bf7b5931e73fb943044675712657df4 Hi, suddenly emerging some packages like app-office/libreoffice or media-gfx/blender fail due to No Python implementation selected for the build. Please set * the PYTHON_SINGLE_TARGET variable in your make.conf to one * of the following values: * * python2_7 python3_3 but in /etc/portage/make.conf (there is no /etc/make.conf anymore) I have USE_PYTHON="2.7 3.3" PYTHON_TARGETS="python2_7 python3_3" PYTHON_SINGLE_TARGET="python3_3" What am I missing? Many thanks for a hint, Helmut.