summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-13 07:29:43 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-13 07:29:43 +0000
commit1025f37acdb830e5eae398273b36a9caf42f0960 (patch)
treed2aa3c7c4027d8063c11e0438c06166b22a90924 /man
parenta16926704d1cf2dbf6af593787a7a79b5a7b8742 (diff)
downloadportage-1025f37acdb830e5eae398273b36a9caf42f0960.tar.gz
portage-1025f37acdb830e5eae398273b36a9caf42f0960.tar.bz2
portage-1025f37acdb830e5eae398273b36a9caf42f0960.zip
For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to remove files more aggressively. If a file is not claimed by another package in the same slot and it is not protected by CONFIG_PROTECT, unmerge it even if the modification time or checksum differs from the file that was originally installed. This is enabled in make.globals since the vast majority of users probably want this. (trunk r6829)
svn path=/main/branches/2.1.2/; revision=6830
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.55
1 files changed, 5 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 5c211f92e..9fd51c78a 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -271,6 +271,11 @@ the package compiled properly. See \fItest\fR in \fBebuild\fR(1)
and \fIsrc_test()\fR in \fBebuild\fR(5). This feature implies the "test"
\fBUSE\fR flag.
.TP
+.B unmerge-orphans
+If a file is not claimed by another package in the same slot and it is not
+protected by \fICONFIG_PROTECT\fR, unmerge it even if the modification time or
+checksum differs from the file that was originally installed.
+.TP
.B userfetch
When portage is run as root, drop privileges to portage:portage during the
fetching of package sources.