diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-06-13 03:06:17 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-06-13 03:06:17 +0000 |
commit | e02cbecd251d1d4b3a95dfed8a49f1445d53c704 (patch) | |
tree | 9f93390b85f6f398a6a7b0b94fa91767efa82e0a | |
parent | 719cc7c33343db2def3b1d49441ba38847676a30 (diff) | |
download | portage-e02cbecd251d1d4b3a95dfed8a49f1445d53c704.tar.gz portage-e02cbecd251d1d4b3a95dfed8a49f1445d53c704.tar.bz2 portage-e02cbecd251d1d4b3a95dfed8a49f1445d53c704.zip |
Document FEATURES=python-trace.
svn path=/main/trunk/; revision=13638
-rw-r--r-- | man/make.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 4a8216667..ef5913a85 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -304,6 +304,10 @@ overwritten or uninstalled at inappropriate times. If \fIcollision\-protect\fR is enabled then it takes precedence over \fIprotect\-owned\fR. .TP +.B python\-trace +Output a verbose trace of python execution to stderr when a command's +\-\-debug option is enabled. +.TP .B sandbox Enable sandbox\-ing when running \fBemerge\fR(1) and \fBebuild\fR(1). .TP |