Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13370 - main/trunk/man
Date: Sun, 19 Apr 2009 18:40:15
Message-Id: E1Lvbw5-0005tb-H4@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-19 18:40:12 +0000 (Sun, 19 Apr 2009)
3 New Revision: 13370
4
5 Modified:
6 main/trunk/man/portage.5
7 Log:
8 Add notes about eclass precedence for metadata/layout.conf.
9
10
11 Modified: main/trunk/man/portage.5
12 ===================================================================
13 --- main/trunk/man/portage.5 2009-04-19 07:15:02 UTC (rev 13369)
14 +++ main/trunk/man/portage.5 2009-04-19 18:40:12 UTC (rev 13370)
15 @@ -587,12 +587,16 @@
16 repositories which satisfy dependencies on eclasses and/or ebuilds. Each
17 repository name should correspond the value of a \fBrepo_name\fR entry
18 from one of the repositories that is configured via the \fBPORTDIR\fR or
19 -\fBPORTDIR_OVERLAY\fR variables (see \fBmake.conf\fR(5)). Site-specific
20 +\fBPORTDIR_OVERLAY\fR variables (see \fBmake.conf\fR(5)). Repositories listed
21 +toward the right of the \fBmasters\fR list take precedence over those listed
22 +toward the left of the list. Site-specific
23 overrides to \fBlayout.conf\fR settings may be specified in
24 \fB/etc/portage/repos.conf\fR.
25
26 .I Example:
27 .nf
28 +# eclasses provided by java-overlay take precedence over identically named
29 +# eclasses that are provided by gentoo
30 masters = gentoo java-overlay
31 .fi
32 .RE