summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-07-30 23:09:29 +0000
committerZac Medico <zmedico@gentoo.org>2009-07-30 23:09:29 +0000
commit2af6e56753f50a45f6780dd91d1e9d5788c53c52 (patch)
tree2cccdcc5f59b3a046c12ce5fa97bffc9167a2949 /man/portage.5
parentAdd a python-based setsid script for use with USERLAND=BSD. (diff)
downloadportage-idfetch-2af6e56753f50a45f6780dd91d1e9d5788c53c52.tar.gz
portage-idfetch-2af6e56753f50a45f6780dd91d1e9d5788c53c52.tar.bz2
portage-idfetch-2af6e56753f50a45f6780dd91d1e9d5788c53c52.zip
Bug #276264 - Advise manual removal of the metadata/cache/ direcory when using
eclass-overrides. svn path=/main/trunk/; revision=13864
Diffstat (limited to 'man/portage.5')
-rw-r--r--man/portage.55
1 files changed, 3 insertions, 2 deletions
diff --git a/man/portage.5 b/man/portage.5
index 3a704399..a5c43861 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -558,8 +558,9 @@ are inherently \fBnot\fR \fIsite\-specific\fR. \fBWARNING:\fR Use of
eclass inheritance (especially due to \fBeclass\-overrides\fR) may trigger
performance issues under some circumstances (see \fBbug #124041\fR). When
using \fBeclass\-overrides\fR, due to bug #276264, you must ensure that
-your portage tree does not contain a metadata/cache/. For example, you
-should set PORTAGE_RSYNC_EXTRA_OPTS="\-\-exclude=/metadata/cache" in
+your portage tree does not contain a metadata/cache/ directory. If that
+directory exists then you should remove it entirely, and set
+PORTAGE_RSYNC_EXTRA_OPTS="\-\-exclude=/metadata/cache" in
make.conf in order to exclude the metadata/cache/ directory during
\fBemerge\fR(1) \-\-sync operations.