Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Wed, 28 Nov 2012 12:14:40
Message-Id: 1354104837.a73d9ae594b24efe35fa8c0c1c00ea06dc80886a.zmedico@gentoo
1 commit: a73d9ae594b24efe35fa8c0c1c00ea06dc80886a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 28 12:13:57 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 28 12:13:57 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=a73d9ae5
7
8 portage.5: rm obsolete eclass-overrides warning
9
10 This will fix bug #434942. The warning shouldn't be needed anymore
11 since commit e760c8d2a4ccc56e351ac37904c715f596b58e42 makes egencache
12 generate md5-dict format by default, and use of the older pms format
13 triggers a deprecation warning since commit
14 02a6bf1ac95861831a303f220c7a41b9bbd398ab.
15
16 ---
17 man/portage.5 | 8 +-------
18 1 files changed, 1 insertions(+), 7 deletions(-)
19
20 diff --git a/man/portage.5 b/man/portage.5
21 index 12938e2..067ae68 100644
22 --- a/man/portage.5
23 +++ b/man/portage.5
24 @@ -754,13 +754,7 @@ performed by these tools
25 are inherently \fBnot\fR \fIsite\-specific\fR. \fBWARNING:\fR Use of
26 \fBrepos.conf\fR is generally not recommended since resulting changes in
27 eclass inheritance (especially due to \fBeclass\-overrides\fR) may trigger
28 -performance issues under some circumstances (see \fBbug #124041\fR). When
29 -using \fBeclass\-overrides\fR, due to bug #276264, you must ensure that
30 -your portage tree does not contain a metadata/cache/ directory. If that
31 -directory exists then you should remove it entirely, and set
32 -PORTAGE_RSYNC_EXTRA_OPTS="\-\-exclude=/metadata/cache" in
33 -make.conf in order to exclude the metadata/cache/ directory during
34 -\fBemerge\fR(1) \-\-sync operations.
35 +performance issues under some circumstances (see \fBbug #124041\fR).
36
37 .I Example:
38 .nf