Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13864 - main/trunk/man
Date: Thu, 30 Jul 2009 23:09:32
Message-Id: E1MWekb-0005nk-LT@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-07-30 23:09:29 +0000 (Thu, 30 Jul 2009)
3 New Revision: 13864
4
5 Modified:
6 main/trunk/man/portage.5
7 Log:
8 Bug #276264 - Advise manual removal of the metadata/cache/ direcory when using
9 eclass-overrides.
10
11
12 Modified: main/trunk/man/portage.5
13 ===================================================================
14 --- main/trunk/man/portage.5 2009-07-30 22:08:40 UTC (rev 13863)
15 +++ main/trunk/man/portage.5 2009-07-30 23:09:29 UTC (rev 13864)
16 @@ -558,8 +558,9 @@
17 eclass inheritance (especially due to \fBeclass\-overrides\fR) may trigger
18 performance issues under some circumstances (see \fBbug #124041\fR). When
19 using \fBeclass\-overrides\fR, due to bug #276264, you must ensure that
20 -your portage tree does not contain a metadata/cache/. For example, you
21 -should set PORTAGE_RSYNC_EXTRA_OPTS="\-\-exclude=/metadata/cache" in
22 +your portage tree does not contain a metadata/cache/ directory. If that
23 +directory exists then you should remove it entirely, and set
24 +PORTAGE_RSYNC_EXTRA_OPTS="\-\-exclude=/metadata/cache" in
25 make.conf in order to exclude the metadata/cache/ directory during
26 \fBemerge\fR(1) \-\-sync operations.