diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-12-24 19:58:28 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-12-24 19:58:28 +0000 |
commit | 984b00ff86645e14341c01f8f9f16d29d9fa6c44 (patch) | |
tree | 2cc3d45a46d12a52631922ca4869669d565ff7d3 | |
parent | d83d6b8c7e8179b288c15595bb6e99b96823f801 (diff) | |
download | portage-984b00ff86645e14341c01f8f9f16d29d9fa6c44.tar.gz portage-984b00ff86645e14341c01f8f9f16d29d9fa6c44.tar.bz2 portage-984b00ff86645e14341c01f8f9f16d29d9fa6c44.zip |
Document QA_STRICT_PRESTRIPPED.
svn path=/main/trunk/; revision=12299
-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 2f71dac1a..9a0261e25 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -595,6 +595,10 @@ settings from ebuilds. See also \fBebuild\fR(5). Set this to cause portage to ignore any \fIQA_DT_HASH\fR override settings from ebuilds. See also \fBebuild\fR(5). .TP +\fBQA_STRICT_PRESTRIPPED = \fI"set"\fR +Set this to cause portage to ignore any \fIQA_PRESTRIPPED\fR override +settings from ebuilds. See also \fBebuild\fR(5). +.TP .B RESUMECOMMAND This variable contains the command used for resuming package sources that have been partially downloaded. It should be defined using the same format |