diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-09-13 02:47:34 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-09-13 02:47:34 +0000 |
commit | 08330cc73276d1cf3a75335995fe51fd636f39b1 (patch) | |
tree | 5c48333519047e5624f9255fa674618a13ba7269 | |
parent | f473717767e09961822575d4dc4a8f4b000bd936 (diff) | |
download | portage-08330cc73276d1cf3a75335995fe51fd636f39b1.tar.gz portage-08330cc73276d1cf3a75335995fe51fd636f39b1.tar.bz2 portage-08330cc73276d1cf3a75335995fe51fd636f39b1.zip |
Document FEATURES=preserve-libs.
svn path=/main/trunk/; revision=11506
-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 9adc07682..054d83d1c 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -269,6 +269,10 @@ Fetch in the background while compiling. Run `tail \-f /var/log/emerge\-fetch.log` in a terminal to view parallel-fetch progress. .TP +.B preserve\-libs +Preserve libraries when the sonames change during upgrade or downgrade. +Libraries are preserved only if consumers of those libraries are detected. +.TP .B protect\-owned This is identical to the \fIcollision\-protect\fR feature except that files may be overwritten if they are not explicitly listed in the contents of a |