From: Jim Ramsay <lack@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] app-editors/vim-7.3 and python[3] USE flags
Date: Thu, 19 Aug 2010 17:00:17 +0000 [thread overview]
Message-ID: <20100819170017.GB11206@woodpecker.gentoo.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1017 bytes --]
With the advent of vim-7.3 that I just threw at the tree, we now
have optional python-3 support for this package. But how to
model this in USE flags?
The upstream ./configure has --enable-pythoninterp and
--enable-python3interp, the former for python2 support (via the
vim ':py' command) and the latter for python3 support (via the
vim ':py3' command). You can enable one, or the other, or both,
or none.
So, I can see a couple ways of doing this:
Option 1: IUSE="python python3"
Where python -> --enable-pythoninterp
And python3 -> --enable-python3interp
This means if you want python3 support and not python2 support
you would need USE="-python +python3" A bit confusing, perhaps?
Or if I set the local flag description properly, is it okay?
Option 2: IUSE="python2 python3"
Just get rid of the 'python' USE flag entirely, which is a bit
odd in its own way...
Any other suggestions or comments on these two?
--
Jim Ramsay
Gentoo/Linux Developer (rox/fluxbox/gkrellm/vim)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2010-08-19 17:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-19 17:00 Jim Ramsay [this message]
2010-08-19 17:48 ` [gentoo-dev] app-editors/vim-7.3 and python[3] USE flags Fabian Groffen
2010-08-19 19:58 ` [gentoo-dev] " Duncan
2010-08-20 5:56 ` Peter Volkov
2010-08-20 9:04 ` [gentoo-dev] " Mike Auty
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100819170017.GB11206@woodpecker.gentoo.org \
--to=lack@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox