Gentoo Archives: gentoo-portage-dev

From: Alexander Berntsen <alexander@××××××.net>
To: gentoo-portage-dev@l.g.o
Cc: Alexander Berntsen <alexander@××××××.net>
Subject: [gentoo-portage-dev] [PATCH] make.conf.5: Document PYTHON_TARGETS, bug #493180
Date: Tue, 03 Dec 2013 09:19:35
Message-Id: 1386062367-27184-1-git-send-email-alexander@plaimi.net
1 Using git send-email since vapier told me to. I haven't used this before, so
2 sorry if I have done something wrong. Please let me know.
3 ---
4 man/make.conf.5 | 15 ++++++++++++++-
5 1 file changed, 14 insertions(+), 1 deletion(-)
6
7 diff --git a/man/make.conf.5 b/man/make.conf.5
8 index c271d17..db198f9 100644
9 --- a/man/make.conf.5
10 +++ b/man/make.conf.5
11 @@ -1,4 +1,4 @@
12 -.TH "MAKE.CONF" "5" "Aug 2013" "Portage VERSION" "Portage"
13 +.TH "MAKE.CONF" "5" "Dec 2013" "Portage VERSION" "Portage"
14 .SH "NAME"
15 make.conf \- custom settings for Portage
16 .SH "SYNOPSIS"
17 @@ -949,6 +949,19 @@ directories.
18 .br
19 Defaults to no value.
20 .TP
21 +\fBPYTHON_SINGLE_TARGET = \fI[target]\fR
22 +Set this to the Python interpreter you want to use when only a single Python
23 +implementation can be enabled. This takes precedence over
24 +\fBPYTHON_TARGETS\fR. Python 2.7 is enabled by default, and is overriden if
25 +this variable is set manually. Targets look like pythonX_Y, e.g. python2_7
26 +and python3_2.
27 +.TP
28 +\fBPYTHON_TARGETS = \fI[space delimited list of targets]\fR
29 +Set this to the Python interpreters you want to choose from when more than one
30 +Python implementation can be enabled at the same time. Python 2.7 and 3.2 are
31 +enabled by default, and are overriden if this variable is set manually.
32 +Targets look like pythonX_Y, e.g. python2_7 and python3_2.
33 +.TP
34 \fBQA_STRICT_EXECSTACK = \fI"set"\fR
35 Set this to cause portage to ignore any \fIQA_EXECSTACK\fR override
36 settings from ebuilds. See also \fBebuild\fR(5).
37 --
38 1.8.3.2

Replies