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 4715D1388C0 for ; Sat, 27 Feb 2016 20:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF70A21C035; Sat, 27 Feb 2016 20:49:09 +0000 (UTC) Received: from ns1.bonedaddy.net (ns1.bonedaddy.net [70.91.141.202]) (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 8E5BC21C01C for ; Sat, 27 Feb 2016 20:49:08 +0000 (UTC) Received: from ns1.bonedaddy.net (ns1.bonedaddy.net [192.168.1.4]) by ns1.bonedaddy.net (8.14.9/8.14.4) with ESMTP id u1RKn7mr014895 for ; Sat, 27 Feb 2016 15:49:07 -0500 Date: Sat, 27 Feb 2016 15:49:07 -0500 From: Todd Goodman To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] PYTHON_SINGLE_TARGET & libreoffice Message-ID: <20160227204907.GK877@ns1.bonedaddy.net> References: <56D1FB96.8030500@gmail.com> 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56D1FB96.8030500@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Archives-Salt: 6cf0a186-5f69-449f-b03c-b27c63402c25 X-Archives-Hash: 99f13871a714d33ecc556b7a925dd7c1 * Alan McKinnon [160227 14:42]: > I don't know much about PYTHON_SINGLE_TARGET and PYTHON_TARGET, it all > seemed to just work so I never looked further. Until now. Of all > packages, libreoffice seems to want only python3: I was in the same position until my last updates didn't work either. > > I can set it in make.conf but as expected that causes all manner of > other packages to fail emerge checks as they need python2.7. What I did was add the expanded USE flag for python3_4 (python_single_target_python3_4 I think, but doublecheck the output to be sure) in package.use for libreoffice for the same reason (I had other packages that still need python2.7.) [..SNIP..] Todd