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 C51E613800E for ; Mon, 30 Jul 2012 15:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAA05E04C2; Mon, 30 Jul 2012 15:22:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E937E04C2 for ; Mon, 30 Jul 2012 15:22:26 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: djc) by smtp.gentoo.org (Postfix) with ESMTPSA id B30D81B4028 for ; Mon, 30 Jul 2012 15:22:25 +0000 (UTC) Received: by wibhm2 with SMTP id hm2so1485438wib.10 for ; Mon, 30 Jul 2012 08:22:22 -0700 (PDT) Received: by 10.216.131.196 with SMTP id m46mr6222023wei.35.1343661742918; Mon, 30 Jul 2012 08:22:22 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.162.209 with HTTP; Mon, 30 Jul 2012 08:22:02 -0700 (PDT) In-Reply-To: References: <5015EDC2.202@gentoo.org> From: Dirkjan Ochtman Date: Mon, 30 Jul 2012 17:22:02 +0200 Message-ID: Subject: Re: [gentoo-python] Python 3 in Gentoo To: Mike Gilbert Cc: gentoo-python Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 64e86576-7d0e-4143-80fd-006b3d83032d X-Archives-Hash: 1bdf99f6f0d2d9c542d9fead87eedec7 On Mon, Jul 30, 2012 at 5:19 PM, Mike Gilbert wrote: > So, another possible alternative here is to scour the tree, replacing > any dependencies on dev-lang/python with || deps. I believe > python.eclass would also need to be updated. Does that sound like an > acceptable solution? It sounds pretty messy, but I guess it depends on how many packages depend on bare dev-lang/python. I guess I still think it should be possible to give Portage a hint not to install a new SLOT if the old SLOT is okay. Cheers, Dirkjan