From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OmKcM-0001pj-Pd for garchives@archives.gentoo.org; Fri, 20 Aug 2010 05:58:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19D3CE083B; Fri, 20 Aug 2010 05:58:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BE44E07D4 for ; Fri, 20 Aug 2010 05:57:49 +0000 (UTC) Received: from [192.168.1.3] (ppp85-141-102-153.pppoe.mtu-net.ru [85.141.102.153]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPSA id 48D4F1B4247 for ; Fri, 20 Aug 2010 05:57:48 +0000 (UTC) Subject: Re: [gentoo-dev] Re: app-editors/vim-7.3 and python[3] USE flags From: Peter Volkov To: gentoo-dev@lists.gentoo.org In-Reply-To: References: <20100819170017.GB11206@woodpecker.gentoo.org> Content-Type: text/plain; charset="UTF-8" Date: Fri, 20 Aug 2010 09:56:08 +0400 Message-ID: <1282283768.28276.21.camel@dhcppc1> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6504a521-8a0e-447e-8d36-0cbca9b460ed X-Archives-Hash: 291c3d2f28c7d5113b96832f237fe16c =D0=92 =D0=A7=D1=82=D0=B2, 19/08/2010 =D0=B2 19:58 +0000, Duncan =D0=BF=D0= =B8=D1=88=D0=B5=D1=82: > Jim Ramsay posted on Thu, 19 Aug 2010 17:00:17 +0000 as excerpted: >=20 > > Option 1: IUSE=3D"python python3" > >=20 > > Where python -> --enable-pythoninterp And python3 -> > > --enable-python3interp > >=20 > > This means if you want python3 support and not python2 support you wo= uld > > need USE=3D"-python +python3" A bit confusing, perhaps? Or if I set = the > > local flag description properly, is it okay? >=20 > What about USE=3Dpython indicating "maintainer's choice" of version? ++ But not maintainer's choice, but _upstream's choice_. > You could then have either python2 or python3 flags for the other one. Yup. This allows people to have best python support if they don't care about version and those who care have USE flag for additional feature. --=20 Peter.