aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2012-05-04 23:47:27 -0700
committerZac Medico <zmedico@gentoo.org>2012-05-04 23:47:27 -0700
commit33545ea18e8816addb3c54bb26a0cc788b8512e6 (patch)
treed0cc3616908e23a43884af9b3f1d5a812b42d67a /man
parentcomposite_db._visible: fix AttributeError (diff)
downloadportage-33545ea18e8816addb3c54bb26a0cc788b8512e6.tar.gz
portage-33545ea18e8816addb3c54bb26a0cc788b8512e6.tar.bz2
portage-33545ea18e8816addb3c54bb26a0cc788b8512e6.zip
Support COLLISION_IGNORE_UNOWNED="*.pyc *.pyo"
This will fix bug #410691.
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.57
1 files changed, 7 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index e8777c840..7b1d4c046 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -134,6 +134,13 @@ This variable allows the user to disable \fIcollision\-protect\fR and
.br
Defaults to /lib/modules.
.TP
+\fBCOLLISION_IGNORE_UNOWNED\fR = \fI[space delimited list of shell patterns]\fR
+This variable allows the user to disable \fIcollision\-protect\fR and
+\fIprotect\-owned\fR for specific shell patterns for files that are
+not owned by any packages.
+.br
+Defaults to *.pyc and *.pyo patterns.
+.TP
\fBCONFIG_PROTECT\fR = \fI[space delimited list of files and/or directories]\fR
All files and/or directories that are defined here will have "config file protection"
enabled for them. See the \fBCONFIGURATION FILES\fR section