diff options
author | 2010-09-02 13:54:44 -0700 | |
---|---|---|
committer | 2010-09-25 23:28:35 -0700 | |
commit | 64f5274419c92417513afd3b0bc404f0a933ade9 (patch) | |
tree | eece51f33022ecc36cbfe1e9235dfc4c5f3e050d | |
parent | Comment out the FEATURES=preserve-libs setting in make.globals since it's not... (diff) | |
download | portage-64f5274419c92417513afd3b0bc404f0a933ade9.tar.gz portage-64f5274419c92417513afd3b0bc404f0a933ade9.tar.bz2 portage-64f5274419c92417513afd3b0bc404f0a933ade9.zip |
Remove documentation for FEATURES=preserve-libs since it's not supported in the stable branch.
-rw-r--r-- | man/make.conf.5 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index a55e7fc97..f71d7aead 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -377,10 +377,6 @@ useful only if \fBprelink\fR(8) is installed and accurate checksums (despite prelinking) are needed for some reason such as for checking the integrity of installed files or because the \fIunmerge\-orphans\fR feature is disabled. .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 |